看板
[ MATLAB ]
討論串[問題] xlswrite
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
現在我有六筆資料要依序寫入excel,要寫進六個row. xlswrite(xlsFile,gm11(B(1:5)),'sheet2','A1:G1');. xlswrite(xlsFile,gm11(B(2:6)),'sheet2','A2:G2');. xlswrite(xlsFile,gm11
(還有237個字)
內容預覽:
原本將輸出的資料存到.txt:. file = fopen('Final.txt', 'a+');. fprintf(file, '%s %s %g %g\r\n\r', datestr(now), path, mean(sample),. std(sample));. 但現在想輸出到excel去:
(還有58個字)
首頁
上一頁
1
下一頁
尾頁