I'm trying to use the xcos/scicos expressionless block:
with this scilab/scicoslab expression:
sign(u2 – u1) * (2 * ((Fm + M) * abs(u2 – u1) + k * (u2^2 – u1^2) / 2) / m)^0.5
where all the variables above has already been defined in the context. But it keeps giving me random errors:
answer given for scilab expression is incorrect...
I would appreciate if you could help me know what is the probelm and how I can solve it.