reading mat files in C++
2 次查看(过去 30 天)
显示 更早的评论
I would like to compile a console application using the XCode 7.3 GUI. The application would read information from a mat file, and to test it I thought I would try the matlab example diagnose.cpp. It has previously been noted that compiling this outside of Matlab requires specifcation of the path to the libmat.dylib, which in my case is /Applications/MATLAB_R2015b.app/bin/maci64. However I could not find out how to specify this in the Xcode GUI. Any suggestions as to how to do this? I am trying to avoid using the matlab compiler as this results in very slow standalone programs.
0 个评论
采纳的回答
Wayne Xun
2016-7-26
Hi John
I found a tutorial for XCode 7.2. This is a bit older than your version, but hopefully you'll still be able to follow it. TUTORIAL
Hope this helps
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 C Shared Library Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!