看板 [ MATLAB ]
討論串[問題] xlswrite
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 2→)留言3則,0人參與, 最新作者fattysky (fattysky)時間14年前 (2011/11/24 13:56), 編輯資訊
0
0
0
內容預覽:
現在我有六筆資料要依序寫入excel,要寫進六個row. xlswrite(xlsFile,gm11(B(1:5)),'sheet2','A1:G1');. xlswrite(xlsFile,gm11(B(2:6)),'sheet2','A2:G2');. xlswrite(xlsFile,gm11
(還有237個字)

推噓0(0推 0噓 1→)留言1則,0人參與, 最新作者heavyheart (heavyheart)時間16年前 (2009/04/20 10:39), 編輯資訊
0
0
0
內容預覽:
原本將輸出的資料存到.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
下一頁
尾頁