How to check MATLAB version and choose compatible functions?
110 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Abdul Basith Ashraf
il 11 Nov 2019
Modificato: Stefanie Schwarz
il 14 Set 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 Commenti
Risposta accettata
Sean de Wolski
il 11 Nov 2019
Modificato: Stefanie Schwarz
il 14 Set 2023
Check out verLessThan.
0 Commenti
Più risposte (2)
Oli Fairfax
il 23 Ago 2021
You can also use the following to keep it on one line:
version('-release')
0 Commenti
Vedere anche
Categorie
Scopri di più su Subplots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!