mphdataset
Plot a dataset.
Syntax
mphdataset(model,dsettag)
mphdataset(model,dsettag,…)
Description
mphdataset(model,dsettag) plots a dataset with the tag dsettag.
The function mphdataset accepts the following property/value pairs:
off | on
off | on
Example
Open the model COMSOL_Multiphysics/Electromagnetics/thin_film_resistance from the COMSOL Multiphysics Application library:
model = mphopen('thin_film_resistance');
Plot the cut line dataset cln1:
mphdataset(model,'cln1')
See also
mphdatasetinfo, mphnavigator