Loading files
1 回表示 (過去 30 日間)
古いコメントを表示
I have the files with extensions .3dd,.pgm and .ascii and i want to load these files in matlab. Please help how can i do that.
Thanks
0 件のコメント
回答 (2 件)
Sarah Wait Zaranek
2011 年 3 月 31 日
I find this chart helpful. It lists the file types that core MATLAB can read/write and what functions to use.
As to your specific question, core MATLAB can read .ascii and .pgm.
I don't think .3dd is supported out of the box.
2 件のコメント
Sarah Wait Zaranek
2011 年 4 月 1 日
ascii can be read with any of the text readers --- click on the documentation of that function to find out more. Most do it out of the box, but load requires letting it know it is ascii and not a mat-file.
Walter Roberson
2011 年 3 月 31 日
Which .3dd format? There are at least three of them. Are you referring to the one used for some mapping software ?
2 件のコメント
Walter Roberson
2011 年 3 月 31 日
Session 2 of the below should have relevant MATLAB code, but not necessarily for those file formats
http://www.robots.ox.ac.uk/~SSS06/Website/index.html
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!