How can i load mat file in simulink ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
stuti chug
il 30 Lug 2019
Risposto: Abhilash Padma
il 2 Ago 2019
I try to load mat file (matrix data) in simulink by using from file block but it only retrieve one column.
0 Commenti
Risposta accettata
Abhilash Padma
il 2 Ago 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions 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!