Quantcast
Channel: COMSOL Forums: Complex data
Viewing all articles
Browse latest Browse all 15

Re: Complex data

$
0
0
Apperently you were right about splitting the results in imaginary and real parts. This is my solution:
data= posteval(fem,'p','Solnum','all')
data2=posteval(fem,'imag(p)','Solnum', 'all')

Viewing all articles
Browse latest Browse all 15