How to check MATLAB version and choose compatible functions?
110 ビュー (過去 30 日間)
古いコメントを表示
Abdul Basith Ashraf
2019 年 11 月 11 日
編集済み: Stefanie Schwarz
2023 年 9 月 14 日
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 件のコメント
採用された回答
Sean de Wolski
2019 年 11 月 11 日
編集済み: Stefanie Schwarz
2023 年 9 月 14 日
Check out verLessThan.
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!