MATLAB: How to find the version in which a function was introduced
MATLAB
How can I find the version in which a function was introduced?
Best Answer
The release in which a function was introduced can usually be found at the bottom of the documentation page of that function.
Alternatively, if the release needs to be found programmatically, there is a contribution in the file exchange which was developed for this purpose, see the link below,
Best Answer