Hello everyone,
I was wondering if there is a solution for updating variable at the end of each timestep without using LiveLink for MATLAB. For example, if I want to modify the parameter A, at the end of a calculation like:
A=f(u),
...
g(u)=f(u)+z(u),
A=g(u),
What should I do to avoid the error of circular dependency?
I was wondering if there is a solution for updating variable at the end of each timestep without using LiveLink for MATLAB. For example, if I want to modify the parameter A, at the end of a calculation like:
A=f(u),
...
g(u)=f(u)+z(u),
A=g(u),
What should I do to avoid the error of circular dependency?