Info
This question is closed. Reopen it to edit or answer.
to store the image in separate variable for future operation
1 view (last 30 days)
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.
0 Comments
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!