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 CenterFile Exchange에서 Develop 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