2014年1月14日 - Matlab 輸出txt 限制輸出小數點位數換行. fid = fopen('filename.txt','w'); fprintf(fid,'%1.2f,%1.2f \r\n',x,y); fclose(fid); 1.輸出TXT需要OPEN與CLOSE ...
swatduck.blogspot.com