mphtags
Get tags and names for model nodes.
SYNTAX
mphtags(model)
mphtags(model, type)
mphtags(node)
[tags,labels,displaystrings] = mphtags(...)
mphtags
mphtags -show
[tags,filename,fullfilename] = mphtags
DESCRIPTION
mphtags(model) returns the tag in the COMSOL server of model loaded in the COMSOL server.
mphtags(model,type) returns the type tag in model to give easy access to the nodes under the result node. type can be any of result, dataset, table, numerical, and export. It is sufficient to use the first letter of the types.
mphtags returns the tags for all models loaded in the COMSOL server.
mphtags -show returns output that is useful for viewing on screen.
[tags,labels,displaystrings] = mphtags(node) returns the node tags as well as labels and display names used for the nodes.
[tag,filename,displaystring] = mphtags(model) returns the tag, the filename, and the display name for model.
[tag,filename,fullfilename] = mphtags returns the tag, the filename, and the full filename of the model loaded in the COMSOL server.
The model can either be saved as a file or in Model Manager.