GUI in Matlab or C++ ?

11 ビュー (過去 30 日間)
Osama Mobayed
Osama Mobayed 2020 年 2 月 10 日
コメント済み: Osama Mobayed 2020 年 2 月 14 日
Hi guys please I need your support,
I have a simulation to a user in a communication channel with Matlab, starting with the transmitter, then a channel and AWGN, and finally the receiver. I want to create an interface for the simulation, I don't know which language is better C++ or Matlab.
Please i want to know the pros and cons of each one of them to achieve it.
Thanks a lot
  1 件のコメント
Osama Mobayed
Osama Mobayed 2020 年 2 月 14 日

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

採用された回答

Andreas Bernatzky
Andreas Bernatzky 2020 年 2 月 10 日
Hey Osama,
if you are asking which programming language is better for making a GUI implicates you have never done a GUI in C++ or Matlab. But no worry. Because I do not know your application and which code you have to call I advise you Matlab. Because it can call Matlab, C++ and most other programming languages code. Besides doing GUIs in C++ without a proper framework really sucks (personal opinion). C++ isn't a language which is great for Frontend (also personal opinion). But if you really need to do so I would tell you use the "Qt C++ Framework" https://www.qt.io/qt-framework
Making a nice GUI with matlabs appdesigner is quiet easy. Make a quick tutorial and you can easily adapt on your application.
  1 件のコメント
Osama Mobayed
Osama Mobayed 2020 年 2 月 14 日
Thanks alot Andreas Bernatzky

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWLAN Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by