Quantcast
Channel: Latest Discussions - COMSOL Forums
Viewing all articles
Browse latest Browse all 2194

Problem "To extract COMSOL data "

$
0
0
Hi
I try to follow all the steps that is mentioned in the LIVELINK FOR MATLAB USER GUIDE

"Start to load the model busbar from the COMSOL model library, enter the command:

model = mphload('busbar');

To extract the temperature and the electric potential field, use the command mpheval
as below:

dat = mpheval(model, {'T' 'V'}, 'selection', 1);

To display the temperature field enter:

mphplot(dat, 'index', 1); "

but I obtain the following error .......

??? Error: File: mphplot.p Line: 2063 Column: 0 Expression or statement is incomplete or incorrect.

I do not understand why?

I appreciate any help !!

Viewing all articles
Browse latest Browse all 2194

Trending Articles