How can I replace non positive elements of matrix with a certain number
Ältere Kommentare anzeigen
For example A=[7 4 2 1 -0.2 -3]
I want to get [7 4 2 0 0 ]
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Library Development 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!