- 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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am using the @ operator and I want to inform potential users what version the code works on.
Best, Dennis
0 comentarios
Respuesta aceptada
Jan
el 6 de Feb. de 2013
Editada: Jan
el 6 de Feb. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!