Data for "Friction in Rolling a Cylinder on or Under a Viscoelastic Substrate with Adhesion"
收藏资源简介:
This dataset contains all the data generated for the publication [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 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: %%%%%%%%%%%%% clc clearvars close all % load workspace containing data load('dataRolling.mat') % Plot the curve number 2 of Figure 7 figure, hold on curve_number = 2; plot(Fig7.x(curve_number).x,Fig7.y(curve_number).y) %%%%%%%%%%%%%




