How to initialize variables in Stateflow?

38 次查看(过去 30 天)
Hi so according to the attached image I have some issues- I tried running it and it gives me an error saying that the variable 'instance' and 'k' aren't initialised.
The thing is with every input into the default state- I do not want these variables initialised. I only want them to have an initial value at the start of the simulation- from then on the values of 'k' and 'instance' will be handles by the consitions I have programmed into the other states.
But the thing is that with every iteration the code begins at the default state- unless I initialise it there- it doesn't work- but if I initialise it there- it will initialise the variables in every iteration- which I do not want.
I need to use temporal logic later on to build on this- so I cannot write this script as a matlab function either. I tried setting these variables as a local, parameter etc. but I'm not really sure how to set it correctly- the documentation seems a bit general- not sure how to apply it to this case- any ideas would be welcome!
Many thanks!
algorithm_freq_counter.PNG

回答(1 个)

Manjunath Bhimalli
Manjunath Bhimalli 2019-1-16
Hey Akash,
got your issue.
Try something below it should work.
Take one extra input to stateflow 'initCondtn' from outside and assign it 0 via unit delay block and in stateflow create one more state as shown before doing the actual required stuff.
1st path will only gets activated during the 1st iteration because in the second sample time it will be zero the transition to your main logic state should pass unconditionally via 2nd path.
  2 个评论
Akash Menon
Akash Menon 2019-1-31
Wish I could try this but I figured a work around which employed putting the required states within a time window that would cause the loop to be restrained in that state and after the time window elapsed it would reinitialise.
But seems like a nice thought to try it if I come across it again in the future!
Thanks for your response! I will keep it in mind to try it out if I have to use it again.
Cameron Ackroyd
Cameron Ackroyd 2023-4-4
Hi Manjunath,
This fixed an issue I had, thanks for your suggestion.
(I had to have initial condition in the unit delay block set to 1)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by