An error when lanuch Autosar package

8 ビュー (過去 30 日間)
Saming Done
Saming Done 2018 年 10 月 8 日
回答済み: Anshuman 2024 年 12 月 10 日
C/C++ Coder->Configrue Mode as AUTOSAR Component,the error occured Undefined variable"AUTOSAR" or class "AUTOSAR.Tip" matlab could not open the autosar configuration.

回答 (1 件)

Anshuman
Anshuman 2024 年 12 月 10 日
Hello Saming,
This typically indicates that the AUTOSAR support is not properly set up or the necessary toolboxes are not installed. Here's how you can address this issue:
  • Make sure you have the AUTOSAR Blockset or the necessary features of Embedded Coder installed. You can check and install these via MATLAB's Add-On Explorer.
  • Ensure that your MATLAB path is correctly set up to include the AUTOSAR libraries. You can reset the MATLAB path to default by executing:
restoredefaultpath;
rehash toolboxcache;
  • If the toolboxes are installed and licensed, try opening the AUTOSAR Configuration Editor again. Open your Simulink model. Navigate to the "AUTOSAR" tab in the Simulink toolstrip. Click on "Code Interface" or "AUTOSAR Component" to configure the model.
Hope it helps!

カテゴリ

Help Center および File ExchangeAUTOSAR Blockset についてさらに検索

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by