MatlabRelVer(S)

버전 1.1.0.0 (2.22 KB) 작성자: Jan
Get name of release and version of Matlab
다운로드 수: 26
업데이트 날짜: 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