y***w 发帖数: 44 | 1 Why not just use the following lines:
save data.dat y -ascii
if you just need to save y to the data file.
If you need to save x and y, then you can use Excel or something else
such as Origin to draw to plot, you can use the following lines:
temp=[x', y'];
save data.dat temp -ascii
Hope this is the answer you need. |
|