Logical Indexing of Meshgrid

2 visualizzazioni (ultimi 30 giorni)
Vaishnavi Sree Jeganathan
Vaishnavi Sree Jeganathan il 27 Nov 2022
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.

Risposte (1)

Matt J
Matt J il 27 Nov 2022
Modificato: Matt J il 27 Nov 2022
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.

Categorie

Scopri di più su Graphics Performance in Help Center e File Exchange

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by