作者ccchain (陽光沙灘腳踏車~)
看板MATLAB
標題[問題]請問struct存入cell中再用xlswrite出現錯
時間Sun Nov 6 23:39:05 2011
請問
若想把workspace裡面的struct資料放入cell中 再用xlswrite寫到excel中
我的程式如下:
C = num2cell(struct1)
C =
[1x1 struct]
>>
celldisp(C)
C{1} =
a1: 8.1904
a2: 12.9720
a3: 0.0304
a4: 998.1993
a5: 418.6705
a6: 1.0105e+003
a7: 388.1363
a8: 25.9439
a9: 16.3809
>> xlswrite(xlsFile,C, sheetName, 'A1')
>> dos(['start ' xlsFile]);
出現以下錯誤:
Warning: ActiveX - invalid argument type or value
> In xlswrite>ExecuteWrite at 259
In xlswrite at 207
--
你只剩一個輪廓 總不預警出沒 淡淡的像微風 一吹心頭的季節就換了
你就像讀過的詩 記憶中的每一個字 變成心裡面的一種固執 讓眼睛隨時會潮濕
要我誠實
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.217.48.96