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...
8 years 前 | 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 years 前 | 1 个回答 | 0