- Yes, you can program C++ to read .mat files; but
- it is usually easier to transfer the data in binary such as by using fwrite()
Is there a dataset both matlab and VC++ can use?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, want to program to store a result to file, which dataset can both Matlab and C++ read?
I know Matlab can save it to .mat file but C++ may not be able to read it.
Thanks.
0 件のコメント
採用された回答
Walter Roberson
2013 年 2 月 27 日
If you want a true database, there is the Database Toolkit.
But if you are talking about .mat files, then
7 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!