absolute value of negative real numbers

조회 수: 8 (최근 30일)
Mos_bad
Mos_bad 2017년 10월 17일
답변: Mos_bad 2017년 10월 17일
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

채택된 답변

KL
KL 2017년 10월 17일
Probably you've created a variable called abs in the workspace. Try
clear abs
abs(-1)

추가 답변 (1개)

Mos_bad
Mos_bad 2017년 10월 17일
it worked. thanks.

카테고리

Help CenterFile Exchange에서 Waveform Design and Signal Synthesis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by