Error in creating model using COMSOL with MATLAB

Hello,
I'm trying to create a new model on COMSOL with MATLAB using the following code:
model = modelUtil.create('Model');
However, whenever I run the code, I receive the error message below:
No constructor 'com.comsol.model.Model' with matching signature found.
Could you please provide me with information to solve this problem? Thanks!

 채택된 답변

Walter Roberson
Walter Roberson 2023년 3월 30일
편집: Walter Roberson 2023년 3월 31일

0 개 추천

(Lars posted there:
You should load the model using model = mphload('RRAM') and then do: mphgeom(model)
)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Robotics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by