How to import excel file into my simulink model without communicating with workspace
1 次查看(过去 30 天)
显示 更早的评论
I will be very thankful, if there are any answers for this.
0 个评论
采纳的回答
ES
2017-9-8
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!