mmmodelinfo
Get model information for models stored in Model Manager or as files.
Syntax
info = mmmodelinfo(location)
info = mmmodelinfo(model)
info = mmmodelinfo(modeltag)
Description
  info = mmmodelinfo(location) returns model information for the model with the URI string location in Model Manager.
  info = mmmodelinfo(model) returns model information for model.
info = mmmodelinfo(modeltag) returns model information for the model loaded in the COMSOL Multiphysics server defined as modeltag.
The number of field in the struct info depends on how you define the model: with a location, a model, or a tag.
See also
mmgetbranch, mmsave, mphtags