Hi Ivar,
I have found the solution:
iout = postglobaleval(fem,{'iOut'})
which returns:
iout =
x: [101x1 double]
y: [101x1 double]
legend: {'iOut'}
I may then access the expression at a single data point with:
iout.y(90)
or plot the results with:
plot(iout.x,iout.y)
Regards,
Tom
I have found the solution:
iout = postglobaleval(fem,{'iOut'})
which returns:
iout =
x: [101x1 double]
y: [101x1 double]
legend: {'iOut'}
I may then access the expression at a single data point with:
iout.y(90)
or plot the results with:
plot(iout.x,iout.y)
Regards,
Tom