Logical Indexing of Meshgrid

2 Ansichten (letzte 30 Tage)
Vaishnavi Sree Jeganathan
Vaishnavi Sree Jeganathan am 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.

Antworten (1)

Matt J
Matt J am 27 Nov. 2022
Bearbeitet: Matt J am 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.
  2 Kommentare
Walter Roberson
Walter Roberson am 27 Nov. 2022
Vaishnavi Sree Jeganathan
Vaishnavi Sree Jeganathan am 3 Dez. 2022
Thank you so much. That was helpful

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by