How to check MATLAB version and choose compatible functions?
165 views (last 30 days)
Show older comments
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 Comments
Answers (3)
Oli Fairfax
on 23 Aug 2021
You can also use the following to keep it on one line:
version('-release')
0 Comments
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!