problems with volshow()
조회 수: 5 (최근 30일)
이전 댓글 표시
I had tried the following demo code in Matlab. I'm using Matlab 2018b
load('spiralVol.mat'); h = volshow(spiralVol);
but i'm getting a black screen. i tried opengl software and opengl hardware my system is core i3 with 4gb ram
댓글 수: 0
답변 (2개)
halil
2019년 12월 1일
I think volshow is available only from Matlab r2019, not earlier versions.
댓글 수: 1
Walter Roberson
2019년 12월 1일
R2019a in particular is the documented starting point according to current documentation, but in fact it appeared in R2018b and was documented then; https://www.mathworks.com/help/releases/R2018b/images/ref/volshow.html
참고 항목
카테고리
Help Center 및 File Exchange에서 Basic Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!