How can I implement code online?

1 回表示 (過去 30 日間)
Nora Khaled
Nora Khaled 2020 年 1 月 7 日
コメント済み: Ajay Kumar 2020 年 1 月 9 日
Hi !
I would like to ask about the best way to put my matlab code online and be excutable even for those who do not have matlab instaled in their devices.
The code I currently have ask the user for an input using GUI, then show some results on the command window and a figure. This is done for certain number of iteration where each iteration depend on all the prevoius answers and results. after all iteration I have the rsults all saved in an excel file.
So, I would like to know ways to do all this online. I would like to have it as a link that I can share. is this possible?
Thank you !

採用された回答

Ajay Kumar
Ajay Kumar 2020 年 1 月 7 日
You can use MATLAB compiler to make your GUI/App as a standalone application or web application.
Please read:
"then show some results on the command window" - You can add a editfield in the GUI itself to display the results instead of displaying it in command window.
  2 件のコメント
Nora Khaled
Nora Khaled 2020 年 1 月 9 日
Thank you !
Ajay Kumar
Ajay Kumar 2020 年 1 月 9 日
You're welcome.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by