Bug #386

Updated by Luis Figueira about 13 years ago

In Matlab R2011b the function _fileparts_ now only has outputs 3 output arguments:

<pre>
Note The fourth output argument of fileparts (file version) is no longer supported and has been removed. Calling the function with more than three output arguments generates a warning and will error in a future version.
</pre>

This causes the demos, for instance, to break.

See: http://www.mathworks.co.uk/help/techdoc/ref/fileparts.html

Back