HOw to convert a variable to positive irrespictive of previous ?

2 visualizzazioni (ultimi 30 giorni)
A=-3
B= 2
C= 4
D= A+B+C
D=9
As i am working on a loop A or B or C can be negative or positive but i have to put these in D as a positive value only

Risposta accettata

madhan ravi
madhan ravi il 17 Ott 2018
Modificato: madhan ravi il 17 Ott 2018
abs() %gives you positive always which refers to absolute value

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays 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!

Translated by