How to project matrix wich size is 512x512x23 ?
Ältere Kommentare anzeigen
I've created 3D matrix (from 23 CT slices) by using a cat function but I can't project it. I tried to use scatter3 but I dont know how to determine X, Y, Z values wchich are needed. Please help
Akzeptierte Antwort
Weitere Antworten (1)
Fangjun Jiang
am 29 Aug. 2011
If you don't have x,y,z data, then use it's index, 1:512 for x and y, 1:23 for z, try
slice(data,100,200,10)
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!