Data for "Viscoelastic friction in sliding a non-cylindrical asperity"
收藏资源简介:
This dataset contains all the data generated for the publication [1] Ciavarella, M., M. Tricarico, and A. Papangelo. "Viscoelastic friction in sliding a non-cylindrical asperity." The European Physical Journal E 48.4 (2025): 20. DOI: 10.1140/epje/s10189-025-00484-5 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 "DataSlidingPowerLaw.mat" is the following: %%%%%%%%%%%%%%%%% load('DataSlidingPowerLaw.mat') figure, hold on fignumber = '7'; name = ['Fig' fignumber ]; n = eval([ 'length(' name '.x)']); for i=1:n eval(['plot(' name '.x{' num2str(i) '},' name '.y{' num2str(i) '})']) end %%%%%%%%%%%%%%%%%



