Connecting the Model in the COMSOL Desktop®
It is possible to connect the model you are working with from the MATLAB prompt to a COMSOL Desktop. This is a convenient way to monitor the modifications that are being made to the model object.
1
mphlaunch
The model is now accessible from both the MATLAB prompt and the COMSOL Desktop. Every command entered at the prompt updates the model on the COMSOL Multiphysics server and in the COMSOL Desktop. At this stage there is nothing in the model but later as you are following the instruction you will see how the model is populated during the modeling process.
mphlaunch works without arguments if there is only one model loaded on the server. If there is more than one model loaded on the server, you need to specify the tag of the model when using mphlaunch or the command will return an error and a list of the loaded models. You can use the command mphtags -show to get a list of loaded models before using mphlaunch.