フィルターのクリア

How to display outputs from m file to GUI

4 ビュー (過去 30 日間)
Mahmoud
Mahmoud 2015 年 4 月 8 日
コメント済み: Image Analyst 2015 年 4 月 12 日
I did an m file for image processing. The outputs of m files are texts and plots. I already linked pushbuttons in GUI so that once the user push a button, the operations are done for the images. Now how can I display the outputs in GUI?
Please, could you give a detailed answer with directions like where to put this and that :)

採用された回答

Jeffrey Girard
Jeffrey Girard 2015 年 4 月 8 日
You can display the plots on an axis that you create on the GUI figure. For text, you could also put it on an axis using the text() function, or you can output them on an edit box or listbox that you create using uicontrol() or on a table you create using uitable().
  2 件のコメント
Mahmoud
Mahmoud 2015 年 4 月 12 日
but how to link the m file to the gui because each is separate.
Image Analyst
Image Analyst 2015 年 4 月 12 日
Make a single GUI. It's frustrating for the user to deal with a bunch of separate but related floating windows all over the place. It's complicated and messy. See http://blogs.mathworks.com/videos/category/gui-or-guide/

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by