Logical Indexing of Meshgrid

2 次查看(过去 30 天)
Hi,
I have a 3D meshgrid. Is it possible to store logical 0/1 (flag = 0/1 ) in every grid point and plot all the grid points that has flag =0 ?
Please help me.

回答(1 个)

Matt J
Matt J 2022-11-27
编辑:Matt J 2022-11-27
Logical arrays can be 3D just like any other Matlab array (except tables and 2D sparse matrices). You can use volshow to get a 3D rendering, though you may be asked to set your opengl settings to hardware-based in order for it to work.

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by