How to project matrix wich size is 512x512x23 ?
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Fangjun Jiang
2011년 8월 29일
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)
카테고리
도움말 센터 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!