Matlab and C++ (Qt)
조회 수: 8 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
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개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!