Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Update variable at the end of each timestep
Posted May 1, 2015, 2:17 p.m. EDT Interfacing, Parameters, Variables, & Functions, Studies & Solvers Version 5.1 1 Reply
Please login with a confirmed email address before reporting spam
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?
1 Reply Last Post May 19, 2015, 5:30 p.m. EDT