absolute value of negative real numbers
why negative real numbers are not allowed for "abs"? for example abs(-1) gives me 'Subscript indices must either be real positiv...
8년 초과 전 | 답변 수: 2 | 0
2
답변
질문
t=a:h:b;
I need to code an iteration for the below algorithm:
% a,h,b,s are constants.
t=a:h:b;y(0)=s;
f(k...