Any tool to backup Matlab code (.m file), everytime when there is update/modification in code .

조회 수: 1 (최근 30일)
I dont need to backup my code manually. Any tool which you guys use for archiving your code.
  댓글 수: 2
Adam
Adam 2018년 8월 20일
편집: Adam 2018년 8월 20일
There are numerous version control systems available which will all do this. In the past I have used cvs and svn, currently we use Hg/Mercury. Matlab incorporates this via svn or Git too, though I have never used this within Matlab.

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

답변 (1개)

Tiasa Ghosh
Tiasa Ghosh 2018년 8월 20일
편집: Tiasa Ghosh 2018년 8월 20일
You could include save filename.mat at the end your code so that it will save the changes everytime the code runs.

카테고리

Help CenterFile Exchange에서 Source Control에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by