Drawing Multiple surf Plots with Different Color Map and Different Transparencies
Show older comments
Hello MATLAB Community! I've been working on CT slice visualising. I've extracted CT slices from DICOM file and plotted RT contours on top of it using the hold on. I used surf function to generete slice view and plot function to plot contours on top. Right now the view is something like this,

This is the main viewing angle, from the side plot looking like this,

I used surf function to plot the slice because the geometry manupulation of the CT geometry is easier and its working well so far. What I like to do now is to overlay dose map on top of this. Without CT, surf dose looking like this,

From the side,

The dose array has the same structure as the CT slices. I want to overlay this on top of the CT slice and when I looking from the 90 angle (like in the main viewing angle from the first picture) I want to see CT slice, the dose heatmap and contours as well. I tried changing alpha values with hold on but it did not work. How can I achieve such thing?
4 Comments
Rahul
on 12 Oct 2022
can you share the code to generate the above plots?
DGM
on 12 Oct 2022
Do you actually need to view the plots off-axis, or is a 2D representation sufficient?
Arda Kayaalp
on 13 Oct 2022
Arda Kayaalp
on 13 Oct 2022
Accepted Answer
More Answers (0)
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!