Is there a dataset both matlab and VC++ can use?

2 次查看(过去 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.

采纳的回答

Walter Roberson
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
  1. Yes, you can program C++ to read .mat files; but
  2. it is usually easier to transfer the data in binary such as by using fwrite()
  7 个评论
Walter Roberson
Walter Roberson 2013-3-3
So if you address A(I,J) in MATLAB, it would be A[J][I] in C

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by