How to know starting which MATLAB release a particular function was implemented?
이전 댓글 표시
Is it possible to know which MATLAB release has introduced a particular function?
For instance R2013b warns about "quad" suggesting to replace it with "integral" - how can I find when the "integral" was implemented? There's no such info in help/doc. Most of the time the file with the function contains copyright (e.g. "Copyright 2007-2011 The MathWorks, Inc.") - does the first year correspond to the year of release?
채택된 답변
추가 답변 (1개)
Mike Hosea
2013년 4월 10일
0 개 추천
INTEGRAL was added in R2012a along with INTEGRAL2 and INTEGRAL3.
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!