Can microsoft excel data (.xls) import to model simulink?
Show older comments
i have data microsoft excel and i want import data to model simulink
Answers (1)
Sebastian Castro
on 17 Jul 2017
0 votes
There is a "From Spreadsheet" Simulink block: https://www.mathworks.com/help/simulink/slref/fromspreadsheet.html
... or if that doesn't work, you can always import Excel data into MATLAB and then use those MATLAB variables as inputs to Simulink. There's a lot of options.
- Sebastian
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!