How to import excel file into my simulink model without communicating with workspace
1 view (last 30 days)
Show older comments
swathi kumar sravanam
on 8 Sep 2017
Commented: swathi kumar sravanam
on 8 Sep 2017
I will be very thankful, if there are any answers for this.
0 Comments
Accepted Answer
ES
on 8 Sep 2017
If u can store in a mat file, u can use From File block in your model. Alternatively u can use m-functions
But why do you want to avoid Workspace communication? Because its much easier to read the xls data, and use From Workspace block to achieve the same.
More Answers (0)
See Also
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!