- Don't use MATLAB, use Python instead.
- PyQt is a Qt binding for Python.
- Numpy, Scipy & Matplotlib give you all of the functionality that MATLAB does and more.
- Download and install python(x,y) for a quick start-up solution that is equivalent to MATLAB. It comes with Python, Numpy, Scipy, Matplotlib, PyQt and Spyderlib (a MATLAB-like IDE) and many more packages that you will most likely need, all preconfigured to work together out-of-the-box.
Matlab and Qt
30 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I’m wonder if you can help me. I want to create an Qt interface to Matlab standalone application.
I don't know if it is practical, but I want to create beautiful IDEs and use Matlab functions
Probably, I should compile m files first.
I didn’t found credible information in websites or blogs about this. How can I start?
0 Commenti
Risposta accettata
Mark Mikofski
il 29 Ago 2012
2 Commenti
Più risposte (1)
Daniel Shub
il 22 Nov 2011
You can modify the MATLAB interface: http://undocumentedmatlab.com/blog/modifying-matlab-look-and-feel/
I don't know enough about Java and QT to know if you can get a QT interface.
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!