how to get simulink stop time even if using code generation
1 次查看(过去 30 天)
显示 更早的评论
I am trying to generate a chirp signal that is dependant on the simulation stop time(currently is set to 1 second). I do have matlab programming in the simulation so I keep running into an issue with "code generation" that won't let me do it. i've tried get_param as well as a couple other different tricks to be met with little to no progress.
0 个评论
采纳的回答
Fangjun Jiang
2020-5-21
Not sure what you mean.
>> vdp
>> get_param('vdp','StopTime')
ans =
'20'
2 个评论
Fangjun Jiang
2020-5-22
Yes. Imagine that after the code is generated and compiled and is running in a CPU, there would be no "model" and no "stop time".
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!