How to check MATLAB version and choose compatible functions?
108 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abdul Basith Ashraf
le 11 Nov 2019
Modifié(e) : Stefanie Schwarz
le 14 Sep 2023
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 commentaires
Réponse acceptée
Sean de Wolski
le 11 Nov 2019
Modifié(e) : Stefanie Schwarz
le 14 Sep 2023
Check out verLessThan.
0 commentaires
Plus de réponses (2)
Oli Fairfax
le 23 Août 2021
You can also use the following to keep it on one line:
version('-release')
0 commentaires
Voir également
Catégories
En savoir plus sur Subplots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!