Indexing data on a grid
显示 更早的评论
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!