Info
此问题已关闭。 请重新打开它进行编辑或回答。
I have imported data into an workspace file. I have tried writng this to a xls file but keep gettign error.
1 次查看(过去 30 天)
显示 更早的评论
I have imported data into an workspace file. I have tried writng this to a xls file but keep gettign error.
The error is:
'Error using xlswrite (line 172). Input data must be a numeric, cell or logical array.
filename = 'TBS020110NWear100cycle.xls';
workspace=TBS020110NWear100cycle;
xlswrite(filename,workspace,'1','A1');
I looked at the file and it all looks like data.
4 个评论
Walter Roberson
2018-1-25
I am not sure whether the problem is still occurring when you are using worktofile ?
回答(0 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!