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...
7 years ago | 2 answers | 0
2
answers
Question
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...