21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

postlin<br />

postlin<br />

Purpose Shorthand command for line plot in 1D, 2D and 3D.<br />

Syntax<br />

Description<br />

postlin(fem,expr,...)<br />

h = postlin(fem,expr,...)<br />

postlin(fem,expr,...) generates a line plot for the expression expr. The<br />

function accepts all property/value pairs that postplot does. In 1D, this command<br />

is just shorthand for the call<br />

postplot(fem,'liny',expr,...<br />

'linstyle','bginv',...)<br />

and in 2D, it is shorthand for<br />

postplot(fem,'lindata',expr,...<br />

'linz',expr,...<br />

'linbar','on',...<br />

'axisequal','on',...)<br />

and in 3D, it is shorthand for<br />

postplot(fem,'lindata',expr,...<br />

'linbar','on',...<br />

'axisequal','on',...)<br />

h = postlin(fem,expr,...) additionally returns handles to the plotted handle<br />

graphics objects.<br />

If you want to have more control over your line plot, use postplot instead of<br />

postlin.<br />

See Also<br />

postplot, postanim, postsurf, postcont, postarrow, postarrowbnd,<br />

postflow, postprinc, postprincbnd, postslice, postiso, posttet<br />

349

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!