How to check MATLAB version and choose compatible functions?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
You can also use the following to keep it on one line:
version('-release')
Abdul Basith Ashraf
le 11 Nov 2019
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!