to store the image in separate variable for future operation

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.

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 27일

0 개 추천

See getframe()

이 질문은 마감되었습니다.

태그

질문:

2014년 2월 27일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by