How to rectify it? am much more suffering by this

댓글 수: 2

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)

댓글을 달려면 로그인하십시오.

답변 (1개)

Nikhilesh
Nikhilesh 2023년 1월 25일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

릴리스

R2022b

질문:

2022년 11월 28일

답변:

2023년 1월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by