Main Content
optim.coder.infbound
Syntax
Description
creates an infinite
bound for use in code generation. bnd
= optim.coder.infboundbnd
represents an infinite bound for
code generation targets that do not support Inf
.
returns an infinite bound array of the same size as the argument bnd
= optim.coder.infbound(sz
)sz
. If
sz
is a scalar, the size of the returned array is
sz
-by-sz
.
specifies the data type (class) of bnd
= optim.coder.infbound(___,typename
)bnd
for any of the previous
syntaxes.