IN THIS ATTACHED TUTORIAL HE HAD ANIMATED THE FORCE VS TIME GRAPH USING MATLAB... PLEASE SHARE THE PROCEDURE HOW TO DO IT? AM NOT AWARE OF USING MATLAB.
i am very thankful for ur timely help. ur answer is interesting but in my case i have set of x (strain) data 1000 values and corresponding y(stress) data recorded from UTM. could u plz tell me how to include this in coding... u have given y=x 2 ....and also how to save in video format.....i would be grateful if you do the needful.
just go to home - import - select data file - import strain and stress data as column vectors
Now change x, y with whatever your names are for strain and stress. You will have to spend some time with the documentation.
video_object = VideoWriter('my_video.avi'); This creates a video object, that you open, then add the frames and finally close the file. you will get a 'my_video.avi' file in the folder.
If you have too many/too few points, you change the pause time accordingly. Here it was 0.1 s.