whats the error in this code

1 Ansicht (letzte 30 Tage)
jana
jana am 5 Dez. 2022
Beantwortet: Image Analyst am 5 Dez. 2022
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

Antworten (1)

Image Analyst
Image Analyst am 5 Dez. 2022

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by