Matlab and C++ (Qt)
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Matthias Pospiech
el 14 de Feb. de 2012
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.
Más respuestas (1)
Jun-Hyeong kim
el 16 de Mzo. de 2012
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 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!