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.

Is the LiveLink command mphint2 appropriate using the cut line dataset?

Panagiotis Dimakopoulos

Please login with a confirmed email address before reporting spam

In Livelink application for MATLAB there is the command mphint2
using it to evaluate the results. In the evaluation of Derived Values I want to use the selection Cut Line 1 {cln1} instead of the Solution 1 {dset1} selection.

The command is
data = mphint2(model,<expr>,edim,'dataset',<dsettag>);
Can I use the selection Cut Line 1 {cln1} instead of the
Solution 1 {dset1}.

Or I must use an other command like mphglobal?

Thank you in advance

2 Replies Last Post 2016年7月12日 GMT-4 19:44
Lars Gregersen COMSOL Employee

Please login with a confirmed email address before reporting spam

Posted: 8 years ago 2016年7月12日 GMT-4 02:55
Hi

Yes, you can use mphint2 with other datasets including Cut Lines.

--
Lars Gregersen
Comsol Denmark
Hi Yes, you can use mphint2 with other datasets including Cut Lines. -- Lars Gregersen Comsol Denmark

Panagiotis Dimakopoulos

Please login with a confirmed email address before reporting spam

Posted: 8 years ago 2016年7月12日 GMT-4 19:44
Yes it works!
The complete command is:
data = mphint2(model,<your_expr>,'line','dataset','cln1');
Yes it works! The complete command is: data = mphint2(model,,'line','dataset','cln1');

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.