1-Visitor
November 21, 2011
Question
Return value of ERR from a parameterized solve block
- November 21, 2011
- 1 reply
- 2699 views
Anyone know how to read both the variable values (i.e. the solution) and the ERR variable generated by a parameterized solve block, short of solving the solve block twice?
Example sheet shows how you can either get the solution by calling the function <solution(parameters)=>, or the ERR variable, by calling <ERR(parameters)=>. Simply typing <ERR=> does you no good because ERR is a function.
This involves solving the equations twice, which isn't a problem until you want to run a monte carlo simulation with many data points.
Thanks,
John

