Display Image Result from a code in GUI
Mostrar comentarios más antiguos
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 ');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Display and Exploration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!