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 ?
1 回表示 (過去 30 日間)
古いコメントを表示
0 件のコメント
採用された回答
Image Analyst
2019 年 2 月 6 日
Try this:
histogram(mriImage3D);
where mriImage3D is your 3D MRI image variable.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!