How to do the following in one line?
Ältere Kommentare anzeigen
data = data(data>xmin); data = data(data<xmax);
This is not working: data = data(data>xmin && data<xmax);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!