How to rectify it? am much more suffering by this

2 comentarios

Steven Lord
Steven Lord el 28 de Nov. de 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?
[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)

Iniciar sesión para comentar.

Respuestas (1)

Nikhilesh
Nikhilesh el 25 de En. de 2023

0 votos

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

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Preguntada:

el 28 de Nov. de 2022

Respondida:

el 25 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by