VolumeViewer ScaleFactors not working in R2018b

1 visualización (últimos 30 días)
bk_norwich
bk_norwich el 26 de Sept. de 2020
Comentada: Ameer Hamza el 27 de Sept. de 2020
I can display a volume (V) using
volumeViewer (V)
but I have problem display the volume using scalefactorr
scaleFactors = [1 1 1]
volumeViewer (V,'ScaleFactors', scaleFactors)
Error using volumeViewer
Too many input arguments.

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 26 de Sept. de 2020
Editada: Ameer Hamza el 26 de Sept. de 2020
ScaleFactor was not present in R2018b: https://www.mathworks.com/help/releases/R2018b/images/ref/volumeviewer-app.html?searchHighlight=volumeviewer. It was introduced in R2019a. So an upgrade will to be the only option to use this feature.
  8 comentarios
bk_norwich
bk_norwich el 27 de Sept. de 2020
Dear Ameer
I cannot thank you more. It worked! You are a star.
Ameer Hamza
Ameer Hamza el 27 de Sept. de 2020
I am glad to be of help! :)

Iniciar sesión para comentar.

Más respuestas (1)

bk_norwich
bk_norwich el 27 de Sept. de 2020
Hi Ameer
Here is the class of new volume:
ans =
'int16'
The array values are singed CT Hounsfield values containing both positive and negative values.
  1 comentario
Ameer Hamza
Ameer Hamza el 27 de Sept. de 2020
Instead of adding a new answer, the correct way is to add a comment to my original answer. It will help keep the discussion organized.

Iniciar sesión para comentar.

Categorías

Más información sobre Conway's Game of Life en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by