Save optimization constraint description
writeconstr(constr)
writeconstr(constr,filename)
writeconstr(
saves a description
of the optimization constraint constr
)constr
in a file named
constr
.txt
. Here,
constr
is the workspace variable name of the
constraint. If writeconstr
cannot construct the file name from
the variable name, it writes the description to
WriteConstrOutput.txt
instead. writeconstr
overwrites any existing file.
To obtain the writeconstr
information at the MATLAB® Command Window, use showconstr
.