>> export_fig("-update")
Downloading latest version of export_fig from https://github.com/altmany/export_fig/archive/master.zip...
Extracting C:\Users\XYZ\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig\2023-11-29.zip...
Successfully installed the latest export_fig version in C:\Users\XYZ\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\export_fig
Error using regexprep
The 'STRING' input must be either a char row vector, a cell array of char row vectors, or a string array.
Error in export_fig>parse_args (line 2089)
options.name = regexprep(options.name,'[*?"<>|]+','-'); %remove illegal filename chars, but not folder seperators!
Error in export_fig (line 424)
[fig, options] = parse_args(nargout, fig, argNames, varargin{:});
MATLAB R2023b export_fig v3.40 Windows