- 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
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Shubham Khatri
2021-4-28
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!