Is it possible to use hashmap to store data in simulink?
6 ビュー (過去 30 日間)
古いコメントを表示
I want to use hasmap in simulink to store sojourn time of all entities? I am using start timer and read timer to get the sojourn time of each entity and want to print it after all the simulation is over. Is it possible to use hashmap as global and store sojourn time in simulink? Thank you.
0 件のコメント
回答 (1 件)
Rishita
2022 年 7 月 15 日
Setting 'UniformValues' to true and defining the size ahead of time. You might be able to get somewhere better performance that way.
参考
カテゴリ
Help Center および File Exchange で Discrete-Event Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!