No internal diagram in the arxml created Simulink model
3 ビュー (過去 30 日間)
古いコメントを表示
Dear experts,
I am trying to create Simulink models from arxml files, now I can successfully parse the arxml file using arxml.importer, but when I used createComponetAsModel to create Simulink models, the created model only shows the sender and receiver ports, no internal diagram showing the design logic, can you give a hint to me?
Thanks for your kind help in advance!

0 件のコメント
回答 (1 件)
ravali cherukuri
2017 年 9 月 8 日
ARXML file contains only the interface details i.e the inports,outports,runnables etc. So you have to place the logic inside the model which is generated from the importer obj.
参考
カテゴリ
Help Center および File Exchange で AUTOSAR Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!