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

조회 수: 2 (최근 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 CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!