フィルターのクリア

Uiimage function suddenly stop working

2 ビュー (過去 30 日間)
Bernardo Macara
Bernardo Macara 2020 年 10 月 25 日
回答済み: Walter Roberson 2020 年 10 月 25 日
Hello, i am using Matlab 2018a,
The other day i searching to find a way to do an ui figure with image and etc, so that the user can choose some options.
I end up finding uifigure, and uicheckbox ( the one i intended and needed) but i need to put an image above the checkbox. To put the image i found that imshow wasnt working, so i found out uiimage, i tryed and worked perfectly, and now that i try using it, it appears that matlab no longer have that function...
''Undefined function or variable 'uiimage'.''
i dont know if its relevant, but when i try:
uifig=uifigure('Name','All Flame Pictures','HandleVisibility','on');
it shows:
Error using appwindowfactory
Functionality not supported with figures created with the uifigure function. For more information, see
Graphics Support in App Designer.
I dont know how to fix this, can anyone help me?

採用された回答

Walter Roberson
Walter Roberson 2020 年 10 月 25 日
https://www.mathworks.com/help/matlab/ref/uiimage.html
needs r2019a

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop uifigure-Based Apps についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by