- 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?
조회 수: 3 (최근 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에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!