フィルターのクリア

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 Center および File ExchangeDevelop 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