Main Content
paretoplot
Syntax
Description
paretoplot(
creates a Pareto plot of the
objectives in val
)val
. If val
contains more than three
objectives, paretoplot
plots the first three objectives.
h = paretoplot(___)
, for any previous input syntax,
returns a handle h
to the resulting scatter object. Use
h
to set properties of the scatter object after creation.
paretoplot(
plots into the
axes with handle ax
,___)ax
.
Examples
Input Arguments
Version History
Introduced in R2022a
See Also
paretosearch
(Global Optimization Toolbox) | gamultiobj
(Global Optimization Toolbox) | solve
Topics
- Scatter Properties
- Pareto Front for Multiobjective Optimization, Problem-Based (Global Optimization Toolbox)