How to create a vector of all elements in another vector that meet a certain condition?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a vector, A, of 1000+ data points, and I want to create a new vector, A_pos, that contains only the positive values for that vector.
How can I do this?
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices 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!