exportPlotAsImage(monitor,filename)
saves the training progress monitor monitor as an image. You can do
this even when the Visible property of monitor is set to
"off".
exportPlotAsImage(info,filename)
creates an image of the training progress monitor from the information contained in the
TrainingInfo object info, then saves the image as a
file.
Neural network training information, specified as a TrainingInfo
object.
Name of the output file, specified as a string scalar or character vector. You can
save the plot as a PNG (*.png), JPG (*.jpg), TIFF (*.tif), or PDF (*.pdf) file.