How to check MATLAB version and choose compatible functions?
조회 수: 119 (최근 30일)
이전 댓글 표시
sgtitle is available in MATLAB R2019b but not in R2018a
suptitle is available in MATLAB R2018a but not in R2019b.
If I'm distributing, how can I check the release to use the compatible function?
댓글 수: 0
채택된 답변
추가 답변 (2개)
Oli Fairfax
2021년 8월 23일
You can also use the following to keep it on one line:
version('-release')
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!