Is it the correct way to extract the value for the logical matrix?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I got the following local matrix and now I want to extract the values for the logical 1, but when I do so, I'm getting an error which is
Array indices must be positive integers or logical values.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/713117/image.png)
[X,Y]= meshgrid(T2{:,5},T1{:,5});
A = X(idx);
B = Y(idx);
A = X(idx);
'Array indices must be positive integers or logical values
X and Y has the same size
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/713122/image.png)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!