whats the error in this code

조회 수: 1 (최근 30일)
jana
jana 2022년 12월 5일
답변: Image Analyst 2022년 12월 5일
a=(app.Image);
f1=fspecial('average',[5,5]);
I=imshow(f1,'parent',app.UIAxes2,...
'XData',[1 app.UIAxes2.Position(3)],...
'YData',[1 app.UIAxes2.Position(4)]);
app.UIAxes2.XLim=[0 I.XData(2)];
app.UIAxes2.YLim=[0 I.YData(2)];
this is a low pass filter for the modified image in the left interface
here is the file ,keep in mind imworking on app designer
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 12월 5일
what error message is showing up?

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

답변 (1개)

Image Analyst
Image Analyst 2022년 12월 5일

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by