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

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

Answers (1)

John D'Errico
John D'Errico on 15 Jun 2019
You might need to read the getting started tutorials, if you are asking questions this basic.
help abs

Tags

Community Treasure Hunt

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

Start Hunting!