Importing Data to Simulink with Dates
3 views (last 30 days)
Show older comments
I have an Excel spreadsheet that contains data for a full year, detailing both solar production and consumption values for specific dates.
How can I import this data into Simulink? Within Simulink, I intend to perform subtraction on these two parameters.
The primary objective is to utilize solar energy to charge a battery storage system and monitor its capacity to determine when it's fully charged.
I've attached the Excel file and the relevant Simulink blocks for your reference.
Thank you for your assistance
0 Comments
Answers (1)
Varun
on 31 Oct 2023
Hi Klaudia,
I understand that you want to import an excel spreadsheet in the Simulink that contains data for a full year, detailing both solar production and consumption values for specific dates.
To accomplish this task, you can use "From Spreadsheet" block in Simulink. Ensure that you change datatype of date in excel to number, as date formats are not supported. The "From Spreadsheet" block reads data from Microsoft® Excel® (all platforms) or CSV (Microsoft Windows® platform with Microsoft Office installed only) spreadsheets and outputs the data as a signal.
To learn more about "From Spreadsheet" block, please refer to the following documentation:
You can also refer to this nice blog "Importing Data From Excel" using "From Spreadsheet" block.
0 Comments
See Also
Categories
Find more on MATLAB Functions in Microsoft Excel 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!