Can Simulink read variables from an Excel file?

  • Thread starter Thread starter bigfoot343
  • Start date Start date
  • Tags Tags
    Excel File
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
bigfoot343
Messages
1
Reaction score
0
Hello

Does anyone know if it's possible to run an excel file in Simulink? I have a column with a variable in excel, and don´t know if there is a block that I can get in simulink to run this variable.

Regards
 
Engineering news on Phys.org


type help xlsread. You can use a .m function block to read this data and spit it out as an array or whatever data type you want to simulink.