查看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

질문:

2023년 2월 9일

답변:

2023년 2월 9일

Community Treasure Hunt

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

Start Hunting!