how to extract certain data points from a long array based on certain criteria
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
harshpurohit11
am 16 Aug. 2018
Kommentiert: harshpurohit11
am 17 Aug. 2018
veh_velo = [0,0,1,3,7,9,11,15,18,20,19,19...]; accel_pedal = [0,0,2,4,6,9,10,11,12,13,13..]; I want to extract all maximum accel_pedal values whenever veh_velo goes from 0 to 10
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Database Toolbox 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!