absolute value of negative real numbers

12 views (last 30 days)
Mos_bad
Mos_bad on 17 Oct 2017
Answered: Mos_bad on 17 Oct 2017
why negative real numbers are not allowed for "abs"? for example abs(-1) gives me 'Subscript indices must either be real positive integers or logicals' error

Accepted Answer

KL
KL on 17 Oct 2017
Probably you've created a variable called abs in the workspace. Try
clear abs
abs(-1)

More Answers (1)

Mos_bad
Mos_bad on 17 Oct 2017
it worked. thanks.

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!