MATLAB: How to create .csv file from curve plot as a results of our run

csvrawdata

Hi matlab users,
i got a curve as a results of my running. How can i convert its raw data into .csv? with variable Load as y-axis and displacement as x-axis in it?

Best Answer

You have to use csvwrite. Read about csvwrite
Related Question