tout (time) is not working

28 次查看(过去 30 天)
Ayoub Bouhal
Ayoub Bouhal 2020-5-30
so while i was using simulink to try to modelise a signal schematic and when i use the gain component and try to put this expression tout(length(tout)) in the gain expression i get the following error 'Variable 'tout' does not exist.' , well i m not an expert on matlab so if you guys can help it would be much appreciated

回答(1 个)

Ameer Hamza
Ameer Hamza 2020-5-30
tout is only created after the simulation is complete. Therefore, you cannot use it as an input to gain. It seems that you want to find out the stop time of the simulation. If yes, then you can use the following command in the gain block.
str2num(get_param(bdroot, 'StopTime'))
  2 个评论
Ayoub Bouhal
Ayoub Bouhal 2020-6-1
yeah , now seems to work just fine thanks a lot for the help
Ameer Hamza
Ameer Hamza 2020-6-2
I am glad to be of help!

请先登录,再进行评论。

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by