how to convert functions of matlab such as imagesc,subplot,caxis,ylim into c++ code?
8 ビュー (過去 30 日間)
古いコメントを表示
i wanna know that using which libraries of c++ or other libraries can work out. i can't use matlab compiler sdk because it needs users install MCR. Moreover,it seems matlab coder cannot support matlab graphics. so,would anyone like to tell me how to solve this? thank you.
0 件のコメント
採用された回答
Walter Roberson
2016 年 11 月 8 日
C++ does not define graphics.
There are a number of graphics libraries such as Direct-X or OpenGL that can be used. tkl maybe. Gtk probably. MS Windows has a graphics model. Some of these choices might require linking against extensive libraries. You need to decide which systems you are targeting and whether you need extensive font support, and whether you need 3D, or transparency, or lighting and shading, and who is going to be responsible hidden line removal, and layout management upon resizing and font changes and …
3 件のコメント
Walter Roberson
2016 年 11 月 8 日
https://msdn.microsoft.com/en-us/library/windows/desktop/ee417756(v=vs.85).aspx
その他の回答 (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!