How can i load mat file in simulink ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
stuti chug
le 30 Juil 2019
Réponse apportée : Abhilash Padma
le 2 Août 2019
I try to load mat file (matrix data) in simulink by using from file block but it only retrieve one column.
0 commentaires
Réponse acceptée
Abhilash Padma
le 2 Août 2019
I guess your format of matrix in .mat file is wrong. In the matrix, the time stamps should be in first row and the data with respect to each time stamp should start from second row.
Refer the following link for more information: https://www.mathworks.com/help/simulink/ug/load-data-using-the-from-file-block.html#bu2vguv
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Functions 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!