List of New / Updated Functions per MATLAB Version
Show older comments
Is there a way to generate a list of new (Or updated) functions in MATLAB per release?
I know I can see in documentation per function when it was created but I want a solution for all the functions at once.
I don't mean what's new on per release (Like in Release Notes).
Is there such function or a page which documents that?
Accepted Answer
More Answers (1)
Walter Roberson
on 13 Mar 2022
0 votes
There is no such document.
Consider for example when string() data type was introduced, and over the next few releases all user-facing functions were upgraded to support string objects. The number of functions affected was over 100000. Would it make sense to list them all?
Categories
Find more on Entering Commands 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!