How to export data from a graph to excel
3 次查看(过去 30 天)
显示 更早的评论
Hi, to export data from a graph to excel the following requirement in my matlab programme has been introduced:
save_ubanks_CT.prn MTC -ascii
being ubanks_CT.prn the name of the folder and MTC the name of the variable
it turned out well in a first attempt but command window throws the following result:
Error using save
Unable to write file ubanks_CT.prn: permission denied.
Error in ej_file1 (line 209)
save ubanks_CT.prn MTC -ascii
any suggestions?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!