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...