How to send variable signals in Simulink?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anup
le 28 Jan 2023
Commenté : Sulaymon Eshkabilov
le 29 Jan 2023
I have the signal I need to use in simulink model. The x-axis is time step while the y-axis is the value at each time step. I have a csv file of this data. How to use this in simulink?
Réponse acceptée
Sulaymon Eshkabilov
le 29 Jan 2023
Simulink has [From Spreadsheet] block that can be used to read data from an external file - *.csv.
Here is one example (DATA_read.slx and Data.csv - attached to theis post) - Simulink model with external data reading block - [From Spreadsheet] with discrete solver with a step size of 0.001.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!