フィルターのクリア

What program should I use?

1 回表示 (過去 30 日間)
Darren Koh
Darren Koh 2018 年 2 月 5 日
コメント済み: Jan 2018 年 2 月 7 日
Dear everyone, could anyone tell me if either app designer or the GUIDE program will be able to achieve what I want in creating a simple app.
1. App should be able to receive inputs such as temperature for example
2. The app will check through various databases, for example from database 1,2 and 3 for matches/or if the temperature lies within a certain range
3. Output the results in a document/text indicating the input matches database 2 and 3 for example
4. Ideally the app also has a tab to choose between what sort of parameter it is comparing so that the correct database is chosen for it to do comparison
TLDR; what sort of app design program can i use to write a code and output results in a separate document apart from the matlab command window?

採用された回答

Jan
Jan 2018 年 2 月 5 日
Any GUI can do what you are asking for: App Designer, GUIDE or a hand-made GUI using code. Fields to input data (1.) and to choose parameters (4.) are the purpose of a GUI. Then points 2. and 3. do not belong to the GUI at all, but they are implemented in the code.
So decide for the tool, which is most convenient for you.
I prefer to create GUIs programmatically, because this less affected by incompatibilities between Matlab versions.
  3 件のコメント
Walter Roberson
Walter Roberson 2018 年 2 月 7 日
Remember that ActiveX is only available on MS Windows, not Mac or Linux, and that using ActiveX to communicate with Excel requires that Excel is installed -- which might not be the case if you are compiling.
Jan
Jan 2018 年 2 月 7 日
@Darren: It depends on what "check through various databases" exactly means. Excel files are not considered to be "databases" in a strict sense. If you simply want to read an Excel file, use xlsread or readtable.

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

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2018 年 2 月 5 日
編集済み: Sean de Wolski 2018 年 2 月 5 日
Use app designer. It can support everything you want and is where all of MathWorks' user interface development is focused.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by