No internal diagram in the arxml created Simulink model
1 view (last 30 days)
Show older comments
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!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166866/image.png)
0 Comments
Answers (1)
ravali cherukuri
on 8 Sep 2017
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.
See Also
Categories
Find more on AUTOSAR Blockset 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!