Info
此问题已关闭。 请重新打开它进行编辑或回答。
Text files for export the data
1 次查看(过去 30 天)
显示 更早的评论
i am working in matlab programme i have export this data in excel file.Presentely i am run my programme in high speed system, but in that sysytem excel files are not supported . you suggest me any other text file other than excel file.
0 个评论
回答(2 个)
Soumya Sinha
2019-7-1
Hello Rajesh,
For storing data in the text files you can refer to the following link.
0 个评论
Jan
2019-7-1
Storing numerical data in text files has the disadvantage, that the values need to be converted twice. Prefer storing the data in a binary file, e.g. MAT or depending on the data a direct storage of the arrays by fwrite.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!