Skip to content

How to simulate a random real-time variable in a model at execution time, and use Symbolic Simulator to manually execute transitions of another model, both at the same time? #308

Answered by denizcaygoz
denizcaygoz asked this question in Q&A
Discussion options

You must be logged in to vote

I actually found a solution for this by using Select. I can do something like this:

diff:int[-2,2]
weather_temp = weather_temp + diff

with this approach I can get each time weather_temp which all are slightly different.
So with this approach I can use symbolic simulator and also simulate a weather temperature realistically. Thanks for the help.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@mikucionisaau
Comment options

Comment options

You must be logged in to vote
2 replies
@denizcaygoz
Comment options

Answer selected by denizcaygoz
@mikucionisaau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants