Filter löschen
Filter löschen

What release first included anonymous functions?

1 Ansicht (letzte 30 Tage)
Dennis A. Dean, II, Ph.D.
Dennis A. Dean, II, Ph.D. am 6 Feb. 2013
I am using the @ operator and I want to inform potential users what version the code works on.
Best, Dennis

Akzeptierte Antwort

Jan
Jan am 6 Feb. 2013
Bearbeitet: Jan am 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.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by