Importing excel spreadsheet into Simulink (configuration parameters pane)
Mostrar comentarios más antiguos
Hi
I have a question regarding importing data from excel spreadsheet into the Simulink inport. I have 1 sheet with 54 column, the first column corresponds time and the rest are time dependent parameters. As I found out, first I should convert the excel file into the mat file and then import it from configuration parameters>> Data import/export. The problem is that I don't see any place called edit data as I see in other versions, (I am using a rather old version of Simulink). I attached a print screen of that page from both versions. I really appreciate if you would give me a hint regarding that.


Best Regards, Elham
Respuestas (2)
Sean de Wolski
el 18 de Dic. de 2013
0 votos
Could you just import it into MATLAB (completely outside of Simulink) using the Import tool or importdata or xlsread and then write it to a MAT file from there?
4 comentarios
Elham
el 18 de Dic. de 2013
Sean de Wolski
el 18 de Dic. de 2013
I think you need to use one of the model callbacks to load the MAT file into the workspace. Then you can refer to the variables in the above image where you have the mat file name since these variables will live in the workspace.
Elham
el 18 de Dic. de 2013
Sean de Wolski
el 18 de Dic. de 2013
In the model properties -> callbacks, run:
load mydata.mat;

And then put the variable name that's inside of mydata.mat where you have the input now.
Elham
el 19 de Dic. de 2013
0 votos
2 comentarios
Elham
el 20 de Dic. de 2013
Tejendra Shrestha
el 4 de En. de 2018
Gr8 that you solved. I've similar situation but cannot achieve it. i've 3 input for fuzzy logic controller; listening, oral_communication, written_comunication. I have made 3 columns in excel and have a single sample row. how do i input the three columns data into 3 respective inputs in simulink. Plz help me...
Categorías
Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


