Save optimization object description
write(
saves a description of the
optimization object obj
)obj
in a file named
obj
.txt
. Here,
obj
is the workspace variable name of the optimization object.
If write
cannot construct the file name from the expression, it writes
the description to WriteOutput.txt
instead. write
overwrites any existing file. If the object description is small, consider using show
instead to
display the description at the command line.