Mat file to simulink
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Rafhana Razli
il 25 Nov 2015
Commentato: Rafhana Razli
il 28 Nov 2015
Hi, I have a question regarding import of mat file into simulink inport. I have 5 inports that contain different data from the mat file. But I am currently stuck as I am not sure how I can segregate the specific data to specific inports. I tried to use the xlsread command then manually appoint it to the inports, but there is no results. I really appreciate if you would guide me through this.
Best Regards Rafhana
0 Commenti
Risposta accettata
Ilham Hardy
il 25 Nov 2015
It should be simple,
Usually the mat file contains variables (for the simulation). Just use constant block with for each input port labeled with the desired/specific variable name.
However i might misunderstood your question, why do you use xlsread?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Prepare Model Inputs and Outputs 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!