我需要从我的Matlab GUI打开现有的simulink模型。我根本不进入Simulink,我只需要以某种方式使它工作。要打开模型,请使用命令
open_system('filepath_to_model')
现在发生错误:
Warning: Physical modeling domain definition file psatdomain.m not found. You will not be able simulate this model. Please close
your model, then add the domain definition file to the MATLAB path and re-open your model.
这个错误是什么意思?我将 psatdomain.m 添加到模型目录中,但错误仍然相同。
%PSATDOMAIN定义PSAT-Simulink库的域
我很乐意为您提供帮助,以便我可以打开现有的Simulink模型并从我的Matlab GUI运行它。
非常感谢!!
最好的问候,约翰