Is there a tool/method to determine the versions of Matlab my code is compatible with.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Udit Gupta
il 4 Giu 2014
Commentato: Udit Gupta
il 4 Giu 2014
Hi! I sometimes have to distribute Matlab code to my students. I work with a university site license, so I usually have the latest version installed on my system. However, some students prefer working on the problems using their personal computers, where they have some older student version of Matlab installed.
Is there a way to check my code and generate a minimum required version number? If not possible, is it possible to individually find the version numbers of Matlab where a specific feature was introduced?
0 Commenti
Risposta accettata
Sean de Wolski
il 4 Giu 2014
The release notes have all of the changes mentioned:
web(fullfile(docroot, 'matlab/release-notes.html'))
I do not know of any tool to find release dependencies other than trial and error.
3 Commenti
Sean de Wolski
il 4 Giu 2014
No it is not. But you can search release notes for it. This should catch most things added in the last few releases.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!