Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
to store the image in separate variable for future operation
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!