フィルターのクリア

Matlab and C++ (Qt)

11 ビュー (過去 30 日間)
Paul An
Paul An 2012 年 2 月 14 日
Very new to matlab compiler and shared library.
I have interest in using one of these to create a standalone desktop application. I'm mostly interested in using Matlab for scientific plotting (including all of its useful UI, such as labels and zooming). I'm also interested in using its numerical computation, but that's secondary for now.
Any comments, suggestions? I currently have a Qt(C++) application and prefer to use Matlab to handle the plotting. Thanks in advance.

採用された回答

Matthias Pospiech
Matthias Pospiech 2012 年 2 月 14 日
I do not see how matlab plots should be included inside a c++(qt) app. For Qt you could use qwt, or you build your entire app in matlab.
  1 件のコメント
Paul An
Paul An 2012 年 2 月 14 日
Are you saying it's not technically possible to launch matlab plot figures or pipe it into a new window? I thought I've seen java applications that use matlab plots. Maybe I am not understanding all the approaches one can take with matlab for desktop applications.

サインインしてコメントする。

その他の回答 (1 件)

Jun-Hyeong kim
Jun-Hyeong kim 2012 年 3 月 16 日
Matlab is able to make *.lib file. So, if you use this *.lib file, Your C++ applicaton can use matlab function or chart or etc..
For making *.lib, you must have sub-toolbox that is Compiler.

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by