Info
此问题已关闭。 请重新打开它进行编辑或回答。
which is faster in matlab?
2 次查看(过去 30 天)
显示 更早的评论
i need to import my bulk data into matlab ,which file formats do matlab imports faster ?? loading from text file format or from ms excel file or any other format...? ..from the good suggestion from experts here,i will save ,my files in that format to get imported to matlab faster..suggestion please.
0 个评论
回答(1 个)
ES
2013-11-7
编辑:ES
2013-11-7
According to me, Excel is better as it gives more control over range of data you will need to read, It also has ample scope to format data if you need.
But this is a very general opinion. You will have to decide based on what type of data you will read (numeric or string or large blobs etc),
what you will need to do with data. Will you write something in the file again etc.
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!