Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
MatlabRelVer - reply release and version name
[V, R] = MatlabRelVer(S)
The input can either be the name of a release or a version, then both names are replied:
[V, R] = MatlabRelVer('5.3.1')
V = '5.3.1', R = 'R11.1'
[V, R] = MatlabRelVer('R11.1')
V = '5.3.1', R = 'R11.1' (same result)
This function is rather trivial and I publish it after a question in the forum only.
See also: https://www.mathworks.com/matlabcentral/answers/492752-table-of-matlab-release-features#answer_402944
Cita come
Jan (2026). MatlabRelVer(S) (https://it.mathworks.com/matlabcentral/fileexchange/63569-matlabrelver-s), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.1.0.0 (2,22 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
