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일)
이전 댓글 표시
채택된 답변
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!