to store the image in separate variable for future operation
Info
This question is closed. Reopen it to edit or answer.
Show older comments
ffta=fft2(double(image));
figure,imshow((abs(fftshift(ffta)),[24,10000])
how can i store the image shown in a separate variable for future use. save as doesnt help me.
Answers (1)
Walter Roberson
on 27 Feb 2014
0 votes
See getframe()
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!