simulink 如何添加不存在当前路径

查看help时,经常遇到打开某个模型, 在操作打开模型的命令时发现该模型不是有效路径,应该如何操作

 採用された回答

Xiaoning.Wang
Xiaoning.Wang 2023 年 2 月 9 日

0 投票

addpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));
hModel = 'mControllerWithInterface_client';
open_system(hModel);

その他の回答 (1 件)

Xiaoning.Wang
Xiaoning.Wang 2023 年 2 月 9 日

0 投票

dpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));

カテゴリ

ヘルプ センター および File Exchange多核处理器目标 についてさらに検索

製品

リリース

R2022b

Community Treasure Hunt

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

Start Hunting!