How to rectify it? am much more suffering by this

1 回表示 (過去 30 日間)
MATHANA GOPAL A
MATHANA GOPAL A 2022 年 11 月 28 日
回答済み: Nikhilesh 2023 年 1 月 25 日
  2 件のコメント
Steven Lord
Steven Lord 2022 年 11 月 28 日
Can you show us the line of code where you try to add the uiaxes to the app and a few lines before and after (say 5 lines) for context?
MATHANA GOPAL A
MATHANA GOPAL A 2022 年 11 月 29 日
[filename,filepath] = uigetfile({ '*.*;*.jpg;*.png;*.bmp;*.oct' }, 'Select File to Open');
fullname = [filepath, filename];
file = imread(fullname);
global pic;
pic=im2gray(file);
image1=im2double(pic);
imshow(image1, 'parent', app.UIAxes)

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

回答 (1 件)

Nikhilesh
Nikhilesh 2023 年 1 月 25 日
The issue is not reproducable on my end. Please check assess of the properties.
You can also refer the following documentation

カテゴリ

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

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by