problem while running a comsol mesh file,which is saved in comsol software as M-file
12 次查看(过去 30 天)
显示 更早的评论
Dear sir, I am getting error while running a comsol modeled file. Comsol has the option to save a model as M-file. While i am try to run the model in matlab (drag and drop it in control window) i am getting the error:
run('D:\Users\sudhakar\Desktop\New folder\a.m') ??? Undefined variable "ModelUtil" or class "ModelUtil.create".
Error in ==> a at 10 model = ModelUtil.create('Model');
Error in ==> run at 57 evalin('caller', [s ';']);
??? Undefined variable "ModelUtil" or class "ModelUtil.create".
Error in ==> a at 10 model = ModelUtil.create('a');
Pls help me in this perspective
0 个评论
回答(2 个)
Takafumi
2022-9-6
Add following two lines at the begining of the script.
>> import com.comsol.model.*
>> import com.comsol.model.util.*
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!