where <filename> is a string. This creates a model object
Model on the COMSOL
server that is accessible using the MATLAB variable
model.
that will load the model with the given filename and use the variable name model for accessing the model later. Any existing variable
model will be overwritten without warning.
If there is already a model object Model in the COMSOL
server,
mphopen overrides the existing model object unless the model is also open in a COMSOL Multiphysics Client. In the later case, an index number is appended to the new model object name, for instance
Model1.
where <ModelTag> is a string defining the tag that defines the loaded model in the COMSOL
server.
When using the function mphopen, the model history is automatically disabled to prevent large history information when running a model in a loop. To turn model history on, use the function
mphopen:
where <password> is a string defining the password protecting the file.
Click the Recent button to get the list of the recent opened file. Click the
Search button to search for a file using file pattern. Click the
Browse button to browse the directory where to get filename list.
Use the function mphsave to save the model object linked to the MATLAB object model:
where <filename> is a string. If the filename specified
<filename> does not provide a path, the file is saved relative to the current MATLAB path. The file extension determines the format to use (*.mph, *.m, *.java, or *.vba).
If <filename> does not provide a path, the file is saved relative to the local server path.