Display Image Result from a code in GUI
Show older comments
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 ');
Accepted Answer
More Answers (0)
Categories
Find more on Display and Exploration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!