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 01.05.2015, 14:17 GMT-4 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 19.05.2015, 17:30 GMT-4