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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

질문:

2019년 1월 11일

댓글:

2019년 1월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by