Is there anyway to open AUTOSAR Component Quick Start programmatically

I am develope a matlab script, and i need automatically config Code mapping autosar SW Component for a simulink model.
Is there any matlab command to open and config AUTOSAR Component Quick Start?

Answers (1)

Ben
Ben on 19 Jun 2024
Edited: Ben on 19 Jun 2024
Hi
I think you can use
autosar.api.create(modelName,'init');
autosar.api.create(modelName);
please refer

Categories

Products

Release

R2020b

Asked:

Bui
on 25 Apr 2024

Edited:

Ben
on 19 Jun 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!