How do I add a column to a matrix with specific values?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
If I have a matrix like so:
1 2 3 4
5 2 6 7
3 6 5 7
How can I add a third column with a value of one for every row that has a value of 2 in the second column? Thanks!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 10 Jul. 2013
The question is ill posed.
The matrix has 4 columns and the question is how to add a third column.
The accepted answer is incorrect.
It replaces components in the fourth column
1. Bad question
2. Bad answer.
It should be flagged.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Logical 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!