Data for "Friction in Rolling a Cylinder on or Under a Viscoelastic Substrate with Adhesion"
<p>This dataset contains all the data generated for the publication</p> <p>[1] R. Nazari, A. Papangelo, M. Ciavarella, Friction in Rolling a Cylinder on or Under a Viscoelastic Substrate with Adhesion, Tribology Letters, (2024), DOI: 10.1007/s11249-024-01849-1 </p> <p>The provided data are those which appear in the figures of Ref. [1]. Data are stored using informative named structures in a ".mat" file. The data are easily accessible through the Commercial Software MATLAB (© 1994-2023 The MathWorks, Inc.) or by using the free software GNU Octave. An exemplary code for loading and plotting the data contained in "dataRolling.mat" is the following:</p> <p>%%%%%%%%%%%%%</p> <div>clc</div> <div>clearvars</div> <div> </div> <div>close all</div> <div> </div> <div>% load workspace containing data</div> <div> <div>load('dataRolling.mat') </div> <div> </div> <div>% Plot the curve number 2 of Figure 7</div> <div> </div> <div>figure, hold on</div> <div>curve_number = 2;</div> <div>plot(Fig7.x(curve_number).x,Fig7.y(curve_number).y)</div> <div> </div> <div>%%%%%%%%%%%%%</div> </div>
ShareScore
36/100
Overall dataset sharing score
Score breakdown
These five areas show where the dataset supports — or may limit — practical reuse.
- Stewardship
- 4
- Harmonization
- 4
- Access
- 16
- Reuse readiness
- 8
- Engagement
- 4