經安全檢測,此網站為安全網站,請放心前往原始網址!

How to export data from matlab into a text file - Stack Overflow

2013年1月18日 - try dlmwrite , for example: x=[1:10]'; y=2*x; z=3*x; dlmwrite('g.txt',[x,y,z],'delimiter', '\ t'); >type 'g.txt' 1 2 3 2 4 6 3 6 9 4 8 12 5 10 15 6 12 18 7 14 21 8 16 ...

stackoverflow.com

網址安全性掃描由 google 提供