writevar(var) saves a description of the
optimization variable in a file named
variable.txt. Here,
variable is the Name property of
var. The writevar function overwrites any
existing file.
writevar(var,filename)
saves a description of the optimization variable in a file named
filename.
Path to the file, specified as a string or character vector. The path is relative to the
current folder. The resulting file is a text file, so the file
name typically has the extension .txt.