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

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

 Respuesta aceptada

Xiaoning.Wang
Xiaoning.Wang el 9 de Feb. de 2023

0 votos

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

Más respuestas (1)

Xiaoning.Wang
Xiaoning.Wang el 9 de Feb. de 2023

0 votos

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

Categorías

Más información sobre 多核处理器目标 en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Preguntada:

el 9 de Feb. de 2023

Respondida:

el 9 de Feb. de 2023

Community Treasure Hunt

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

Start Hunting!