i need to switch all integers in my array to positive numbers

2 visualizzazioni (ultimi 30 giorni)
A= [ 12 -16 -7 ]
answer= [ 12 16 7]
i need a function that converts all negative integers to positive integers

Risposte (1)

John D'Errico
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by