Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Tuning Fork - Eigenfrequency
Posted 2020年3月16日 GMT-4 16:15 LiveLink for MATLAB Version 5.4 0 Replies
Please login with a confirmed email address before reporting spam
Hello,
I was wondering could someone tell me why my eigenfrequecy output is like the attached screen capture and not a single value like it it in the comsol model when I specify 1 value not 7.
7 values are outputted and I need to multiply by 100!
my matlab program is
model = mphopen('tuning_fork');
interval = [75 82.1 86.5];
for i = 1:3
model.param.set('Lp',interval(i));
model.study('std1').run;
Eigenfrequency= mphglobal(model,'freq')
end
Any help would be greatly appreciated...
Kindest regards,
Sinéad
Hello Sinéad Mannion
Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.
If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.