Indexing data on a grid
Mostrar comentarios más antiguos
I have a variable VAR with a size of 360 x 180. I also have an index Ind (composed of 1 and 0) on the same size. How do I get a gridded data at the same size of VAR for data points where Ind == 1 (the rest of them will become NaN). Why doesn't the below work?
V = VAR(Ind);
V turns into a 1-column data, instead of the expected gridded data.
Thanks.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!