absolute value of negative real numbers

12 visualizzazioni (ultimi 30 giorni)
Mos_bad
Mos_bad il 17 Ott 2017
Risposto: Mos_bad il 17 Ott 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

Risposta accettata

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

Più risposte (1)

Mos_bad
Mos_bad il 17 Ott 2017
it worked. thanks.

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