How to generate an App

2 ビュー (過去 30 日間)
Carolina Sainz
Carolina Sainz 2019 年 11 月 5 日
回答済み: Ajay Kumar 2019 年 11 月 6 日
Hi,
I'm generating a standalone app from my .m. My concern is that I would like to ask the end user to input some parameters manually. Right now I'm doing this by using MATLAB's input function, but then, when I generate the app, It gives an error as the user is not able to (in fact It's not even asked to) write the variable values.
Any help on how to overcome this?
Thanks a lot

回答 (1 件)

Ajay Kumar
Ajay Kumar 2019 年 11 月 6 日
I would suggest you to use App designer and design the app, where in there will be a graphical user interface. If you want inputs from the user, use uieditfield (or drag and drop editfield components from the panel to gui). This is more user friendly and understandable.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by