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...
7年以上 前 | 1 件の回答 | 0