How to retrieve only positive values with indexing in matrix
24 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
SANJOY MONDAL
am 11 Jul. 2019
Kommentiert: SANJOY MONDAL
am 11 Jul. 2019
I have a matrix like this
A=[ -1 -1 8 7 -1 11 4 3 -1 -1 6] i want to see only positive values with indexing.
output will be like this
B=[ 3 8
4 7
6 11
7 4
8 3
11 6]
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing 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!