フィルターのクリア

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

5 ビュー (過去 30 日間)
Xiaoning.Wang
Xiaoning.Wang 2023 年 2 月 9 日
回答済み: Xiaoning.Wang 2023 年 2 月 9 日
查看help时,经常遇到打开某个模型, 在操作打开模型的命令时发现该模型不是有效路径,应该如何操作

採用された回答

Xiaoning.Wang
Xiaoning.Wang 2023 年 2 月 9 日
addpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));
hModel = 'mControllerWithInterface_client';
open_system(hModel);

その他の回答 (1 件)

Xiaoning.Wang
Xiaoning.Wang 2023 年 2 月 9 日
dpath(fullfile(matlabroot,'/help/toolbox/autosar/examples'));

カテゴリ

Help Center および File Exchange搜索路径 についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!