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