Bug #386
Filepart function arguments changed
Status: | Resolved | Start date: | 2012-02-09 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Luis Figueira | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
In Matlab R2011b the function fileparts now only has 3 output arguments:
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.
This causes the demos, for instance, to break.
See: http://www.mathworks.co.uk/help/techdoc/ref/fileparts.html
History
#1 Updated by Luis Figueira almost 13 years ago
- Description updated (diff)
#2 Updated by Luis Figueira almost 13 years ago
- Status changed from New to Resolved
Fixed in 9c418bea7f6a
Not yet merged to the default branch - more testing needed.