How do I eliminated the first negative element?
Ältere Kommentare anzeigen
With this variable:
A =
Columns 1 through 4
[1000x9 double] [1000x9 double] [1000x9 double] [1000x9 double]
Columns 5 through 8
[1000x9 double] [1000x9 double] [1000x9 double] [1000x9 double]
My issue is to by-pass (or not consider) the rows that start with a negative number in the first column. I want treat the 8 different arrays as independent ones with regards to ignoring rows that start with a negative number in the first column?. As anyone have an idea?
1 Kommentar
the cyclist
am 1 Mär. 2014
Just to clarify a couple things:
- When you say "bypass", "not consider" or "ignore", do you mean you want to delete those rows, or something else?
- A is a 1x8 cell array, each cell is a matrix of doubles, right?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical 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!