Main Content
copyTo
Class: polyspace.Options
Namespace: polyspace
Copy common settings between Polyspace options objects
Syntax
optsFrom.copyTo(optsTo)
Description
copies the common options from optsFrom
.copyTo(optsTo
)optsFrom
to optsTo
.
The options objects do not need to be the same type of options object. This method
copies only properties that are common between the two objects.
Input Arguments
Examples
Version History
Introduced in R2016b