How to rectify it? am much more suffering by this

1 Ansicht (letzte 30 Tage)
MATHANA GOPAL A
MATHANA GOPAL A am 28 Nov. 2022
Beantwortet: Nikhilesh am 25 Jan. 2023
  2 Kommentare
Steven Lord
Steven Lord am 28 Nov. 2022
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 am 29 Nov. 2022
[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)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by