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!