- Create 2 column vectors (one with time (t) and the other with data )
- In Simulink, add an input block
- Go to Modeling>Model Settings>Data Import/Export
- Check and tick the Input and set values to '[t,<variable_name>]
I have some data that I want to go into a system at specific times
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have recieved some data I would like to go into my Simulink model at the required time stamps for example I have [1,2;2,5;3,6;4,9] Where the first coloumn is the time and the second column is the data. How do I make the data go into the system at the correct times, so at 1 seconds 2 goes into the model, at 2 seconds 5 goes into the model, 3 seconds 6 goes into the model and 4 seconds 9 goes into the model
0 Commenti
Risposte (1)
  Shubham Khatri
    
 il 28 Apr 2021
        Hello, 
As per my understanding of the question, you can follow the steps mentioned below to do this. I have attached a Simulink file as a reference.
Now you can attach the input block to other blocks and the Simulink model will now accept inputs with each input corresponding to a particular time. 
Hope it helps
0 Commenti
Vedere anche
Categorie
				Scopri di più su Interactive Model Editing in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

