How to put Delay in simulink blocks
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I want add two constants values (1:1:100)one after other and display one by one,, with some delay,,,
0 commentaires
Réponse acceptée
  Azzi Abdelmalek
      
      
 le 29 Nov 2012
        
      Modifié(e) : Azzi Abdelmalek
      
      
 le 29 Nov 2012
  
      If you are runing your simulink model in a normal mode, the execution will be done almost instantly, you need to run your model in real time, which will require a RTW toolbox, you also can do it by adding an Interpreted Matlab unction block (Formerly named Matlab function) and insert Pause command, The unit delay block also is required
0 commentaires
Plus de réponses (1)
Voir également
Catégories
				En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


