Feeds
답변 있음
How display 3-D binary as an image?
So, I have found a solution. I have used isosurface command. m(:,:,2) = [ 0 0 0 0 0 0; 0 0 0 0 0 0; 0 0 1 1 0 0; 0 0 1 1 0...
How display 3-D binary as an image?
So, I have found a solution. I have used isosurface command. m(:,:,2) = [ 0 0 0 0 0 0; 0 0 0 0 0 0; 0 0 1 1 0 0; 0 0 1 1 0...
7년 초과 전 | 0
질문
How display 3-D binary as an image?
I have problem with the following data to display it as an 3d binary object or image: m(:,:,2) = [ 0 0 0 0 0 0; 0 0 0 0 0...
거의 8년 전 | 답변 수: 1 | 0