Suggestion: MATLAB 2017a has changed fileparts number of output arguments to 3 instead of 4.

69 views
Skip to first unread message

Pranav Sodhani

unread,
Jul 4, 2017, 5:43:17 PM7/4/17
to HDR VDP
MATLAB 2017a has changed fileparts number of output arguments to 3 instead of 4.

You might consider changing this in hdrvdp (line 172) :  [pathstr, name, ext, versn] = fileparts(mfilename( 'fullpath' ));

to [pathstr, name, ext] = fileparts(mfilename( 'fullpath' ));

Rafal

unread,
Dec 25, 2018, 6:59:51 AM12/25/18
to HDR VDP
Yes, that will be fixed in the next release (long overdue).

Rafal
Reply all
Reply to author
Forward
0 new messages