HOw to convert a variable to positive irrespictive of previous ?

2 次查看(过去 30 天)
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

采纳的回答

madhan ravi
madhan ravi 2018-10-17
编辑:madhan ravi 2018-10-17
abs() %gives you positive always which refers to absolute value

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by