NS = getimage(handles.axes3 )
f= fftshift(fft2(NS))
w=0.5; N=2;
hf=ftrans2(N,w,'high');
OM=hf(255,255).*abs(f);
imshow(OM,'parent',handles.axes4
Error using ftrans2
Error in main>pushbutton2_Callback
hf=ftrans2(N,w,'high');

 採用された回答

Stephen23
Stephen23 2019 年 1 月 11 日

0 投票

MATLAB's ftrans2 has either one or two inputs. The documentation does not mention or show three input arguments.

1 件のコメント

SARAH NIEKERK
SARAH NIEKERK 2019 年 1 月 11 日
thank u sir

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeShifting and Sorting Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by