What release first included anonymous functions?

2 views (last 30 days)
I am using the @ operator and I want to inform potential users what version the code works on.
Best, Dennis

Accepted Answer

Jan
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.
  • 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.

More Answers (0)

Categories

Find more on Get Started with MATLAB 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!