problems with volshow()

8 visualizaciones (últimos 30 días)
leena
leena el 29 de Oct. de 2018
Comentada: Walter Roberson el 1 de Dic. de 2019
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

Respuestas (2)

ARP
ARP el 22 de Mayo de 2019
try this:
data = spiralVol
V = squeeze(data);
h = volshow(V);

halil
halil el 1 de Dic. de 2019
I think volshow is available only from Matlab r2019, not earlier versions.
  1 comentario
Walter Roberson
Walter Roberson el 1 de Dic. de 2019
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

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by