The question is pretty much the title.
I have a 3d volume loaded as raw data [256, 256, 256] = size(A)
. It contains only values of zero's and ones, where the 1's represent the structure and 0's the "air".
I want to visualize the structure in MATLAB and then run an algorithm on it and put an overlay on it, let's say in the color red.
So to be more precise:
- How do i visualize the 3d volume. 0's transparent, 1's semitransparent?
- Plot a line in the 3d visualization as an overlay?
I already read the MathWorks tutorials and they didn't help.
I tried using the set
command, but it fails completely saying for every property I try "invalid root property".