mphdoc
Open help window for a certain topic.
Syntax
mphdoc
mphdoc(node)
mphdoc(node,fname)
mphdoc api
Description
mphdoc opens the COMSOL documentation Help Desk.
mphdoc(node) opens the help window for the entry on node.
mphdoc(node,fname) opens the help window for the entry on node with the feature fname.
mphdoc api opens a window with the JavaDoc help for the COMSOL API.
Example
Create a model a model object:
model = ModelUtil.create('Model');
Get the documentation for the mesh node;
mphdoc(model.mesh)
Get the documentation of the geometry feature Rectangle:
mphdoc(model.geom,'Rectangle')
See also
mphapplicationlibraries