i need to switch all integers in my array to positive numbers
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
A= [ 12 -16 -7 ]
answer= [ 12 16 7]
i need a function that converts all negative integers to positive integers
0 Commenti
Risposte (1)
John D'Errico
il 15 Giu 2019
You might need to read the getting started tutorials, if you are asking questions this basic.
help abs
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!