import data from mat file to simulink issue
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Mustafa Al-Nasser
il 7 Feb 2021
Risposto: Walter Roberson
il 7 Feb 2021
Dear All;
when i save data generated by matlab and save it in MAT file but when i load into simulink , i found it totally different data
how cani solve it without convert it to time series
0 Commenti
Risposta accettata
Walter Roberson
il 7 Feb 2021
has some good suggestions.
Note that any time you import data but not as a time series, then it has to effectively be constant data, such as for a constant block or as initialization for a memory block.
If you are thinking in terms of "Well, first row the first time, second row the second time", then you are thinking of discrete simulation instead of continuous simulation, and if you are doing that, then you might as well do a timeseries in which the first column is the discrete step times.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!