tout (time) is not working

35 vues (au cours des 30 derniers jours)
Ayoub Bouhal
Ayoub Bouhal le 30 Mai 2020
Commenté : Ameer Hamza le 2 Juin 2020
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

Réponses (1)

Ameer Hamza
Ameer Hamza le 30 Mai 2020
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 commentaires
Ayoub Bouhal
Ayoub Bouhal le 1 Juin 2020
yeah , now seems to work just fine thanks a lot for the help
Ameer Hamza
Ameer Hamza le 2 Juin 2020
I am glad to be of help!

Connectez-vous pour commenter.

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by