How to extend the range of input data in simulink?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a series of data named 'timeSeriesData', the data type of which is 'double timeseries'. The time range of data is 0~10s and is transferred to simulation model from the input port. But now I want to extend the data range from 0 to 100s. The data of 10s~20s, 20s~30s, ... 90s~100s are just the same with that of 0~10s. I know it's pretty easy to extend the data range in .m file and then the data can be transferred to the simulink. But as a result of my system design, the data range should only be extended by means of simulink block. I'm desired to know if there are any ways to realize this task in the simulink file and any smart ideas would be appreciated.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Sources 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!