Matlab and Qt

33 ビュー (過去 30 日間)
Marco Esteves
Marco Esteves 2011 年 11 月 22 日
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?

採用された回答

Mark Mikofski
Mark Mikofski 2012 年 8 月 29 日
  • 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.
  2 件のコメント
Marco Esteves
Marco Esteves 2012 年 8 月 30 日
Thanks for your answer. However, I'm already using Python, but I had a problem. I cannot use the ode solver of numpy like ode from matlab. I'm electronic engineer, sometimes I need to use the space system approach, and the ode of numpy doesn't support.
Mark Mikofski
Mark Mikofski 2012 年 8 月 30 日
but you should be able to call matlab from python no?

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

その他の回答 (1 件)

Daniel Shub
Daniel Shub 2011 年 11 月 22 日
I don't know enough about Java and QT to know if you can get a QT interface.
  1 件のコメント
Marco Esteves
Marco Esteves 2011 年 11 月 24 日
Thanks for the tip.
But, my objective is use Qt as main interface to "command" a compiled (in exe or lib) matlab program!

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

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by