I dont think adding a phase of 90deg is the answer. I simply cant figure out what can export complex values.
Another problem in Matlab/Comsol is the following error i get:
>> fem.sol.u
??? Undefined function or method 'flgetarray' for input arguments of type 'int32'.
Error in ==> flexchprop>l_flgetmatrix at 53
vao = flgetarray(exch.getDim,exch.getAdr,exch.isReal);
Error in ==> flexchprop at 21
[varargout{1:nout}] = l_flgetmatrix(outprop, outstr);
Error in ==> femsol.subsref at 30
out(:,i)=flexchprop('flgetmatrix',prop,STR);
What can i do about that?
Thanks
Another problem in Matlab/Comsol is the following error i get:
>> fem.sol.u
??? Undefined function or method 'flgetarray' for input arguments of type 'int32'.
Error in ==> flexchprop>l_flgetmatrix at 53
vao = flgetarray(exch.getDim,exch.getAdr,exch.isReal);
Error in ==> flexchprop at 21
[varargout{1:nout}] = l_flgetmatrix(outprop, outstr);
Error in ==> femsol.subsref at 30
out(:,i)=flexchprop('flgetmatrix',prop,STR);
What can i do about that?
Thanks