Is there a tool/method to determine the versions of Matlab my code is compatible with.

조회 수: 2 (최근 30일)
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?

채택된 답변

Sean de Wolski
Sean de Wolski 2014년 6월 4일
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
Sean de Wolski
Sean de Wolski 2014년 6월 4일
No it is not. But you can search release notes for it. This should catch most things added in the last few releases.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by