Display Image Result from a code in GUI
Ältere Kommentare anzeigen
Hi everyone, I have a code to reconstruct image MRI and now I want to display image reconstruct in GUI not in command window, can someone help me?
Here is the part to display image in my code:
figure(1)
imshow(abs(image),[]);
title('The original image');
figure(2)
imshow(abs(fftshift(ifft2(CSimage))),[]);
title('The image reconstructed ');
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Display and Exploration finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!