MuPAD® notebooks will be removed in a future release. Use MATLAB® live scripts instead.
To convert a MuPAD notebook file to a MATLAB live script file, see convertMuPADNotebook
. MATLAB live scripts support most MuPAD functionality, although there are some differences. For more information, see
Convert MuPAD Notebooks to MATLAB Live Scripts.
plot::Bars2d | 2D bar chart |
plot::Bars3d | 3D bar chart of matrix data |
plot::Boxplot | Statistical box plots |
plot::Density | Density plot |
plot::Histogram2d | Histogram plots of data |
plot::Piechart2d | 2D pie charts |
plot::Piechart3d | 3D pie charts |
plot::QQplot | Statistical quantile-quantile plots |
plot::SurfaceSTL | Import of STL graphics files |
Area | Area of a histogram plot |
Averaged | Mode for computing quantile lines in box plots |
Cells | Classes of histogram plots |
CellsClosed,
ClassesClosed | Interpretation of the classes in histogram plots |
Data | The (statistical) data to plot |
DensityData,
DensityFunction | Density values for a density plot |
Ground | Base value |
Heights,
Moves | Heights of pieces in pie charts |
Size | Size of a point list |
Scatter plots can help you identify the relationship between two data samples.
Create Bar Charts, Histograms, and Pie Charts
Bar charts, histograms, and pie charts help you compare different data samples, categorize data, and see the distribution of data values across a sample.
Box plots reduce data samples to a number of descriptive parameters.
Create Quantile-Quantile Plots
Quantile-quantile plots help you determine whether two samples come from the same distribution family.