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

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

 Akzeptierte Antwort

Xiaoning.Wang
Xiaoning.Wang am 9 Feb. 2023

0 Stimmen

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

Weitere Antworten (1)

Xiaoning.Wang
Xiaoning.Wang am 9 Feb. 2023

0 Stimmen

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

Kategorien

Mehr zu 多核处理器目标 finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022b

Community Treasure Hunt

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

Start Hunting!