Effacer les filtres
Effacer les filtres

I have a 3D MRI image with me and I want to plot a histogram of it's value. Can someone please suggest a way to plot the same ?

2 vues (au cours des 30 derniers jours)

Réponse acceptée

Image Analyst
Image Analyst le 6 Fév 2019
Try this:
histogram(mriImage3D);
where mriImage3D is your 3D MRI image variable.
  1 commentaire
Saurav Roy
Saurav Roy le 7 Fév 2019
I tried to apply histogram but i was not able to get a correct plot that can depict all the pixel values available in the MRI Image. I have attached the result that I received.
Following are the details for my MRI Image : -
Image Dimension = 256 x 256 x 256
Gray Scale MRI Image

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MRI dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by