Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check since which Matlab version a function exists?

It was impossible in 2007, but is there now a way to check which Matlab versions a function exists for?

For example, in Wolfram Mathematica, the documentation indicates in which version the function was released: e.g. the GapPenalty() documentation mentions "New in 7".

like image 644
Franck Dernoncourt Avatar asked Nov 04 '13 22:11

Franck Dernoncourt


2 Answers

Have a look to the FEX function when.

like image 164
Thierry Dalon Avatar answered Oct 18 '22 05:10

Thierry Dalon


I'd go to the release-notes page for some useful information.

For example.

http://www.mathworks.com/help/releases/R2013b/stats/release-notes.html

Then do a search in web page.

Hope this helps.

like image 38
Tim Shen Avatar answered Oct 18 '22 04:10

Tim Shen