- Anonymous functions have been introduced in R14 (Matlab 7.0, June 2004).
- Function handles are working since R12 (Matlab 6.0, Nov 2000), but until 7.0 feval was required for calling them.
What release first included anonymous functions?
2 views (last 30 days)
Show older comments
I am using the @ operator and I want to inform potential users what version the code works on.
Best, Dennis
0 Comments
Accepted Answer
Jan
on 6 Feb 2013
Edited: Jan
on 6 Feb 2013
This is a very good question. I'm frequently faced with similar problems: Does BSXFUN work in R2006b? Has REGEXP in 6.5 the 'split' option? When did path2rc change to savepath?
I've asked TMW repeatedly in the last years to include a version history for each command, e.g. in a database or the important changes in the docs also. But unfortunately such important data are still not available. Reading the numerous release notes files in the net is not an option, because there are too many of them, they are not complete (e.g. recent changes of STRNCMP have not been documented) and in consequence a failing search is no guarantee that there are no changes.
0 Comments
More Answers (0)
See Also
Categories
Find more on File Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!