Too many input arguments.
Mostrar comentarios más antiguos
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');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!