How to check MATLAB version and choose compatible functions?
119 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdul Basith Ashraf
el 11 de Nov. de 2019
Editada: Stefanie Schwarz
el 14 de Sept. de 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 comentarios
Respuesta aceptada
Sean de Wolski
el 11 de Nov. de 2019
Editada: Stefanie Schwarz
el 14 de Sept. de 2023
Check out verLessThan.
0 comentarios
Más respuestas (2)
Oli Fairfax
el 23 de Ag. de 2021
You can also use the following to keep it on one line:
version('-release')
0 comentarios
Ver también
Categorías
Más información sobre Subplots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!