MatlabRelVer(S)

版本 1.1.0.0 (2.2 KB) 作者: Jan
Get name of release and version of Matlab
26.0 次下载
更新时间 2022/5/27

查看许可证

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

引用格式

Jan (2024). MatlabRelVer(S) (https://www.mathworks.com/matlabcentral/fileexchange/63569-matlabrelver-s), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Versions until 2022a

1.0.0.0