Any tool to backup Matlab code (.m file), everytime when there is update/modification in code .
이전 댓글 표시
I dont need to backup my code manually. Any tool which you guys use for archiving your code.
댓글 수: 2
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.
Alfaz Memon
2018년 8월 29일
답변 (1개)
Tiasa Ghosh
2018년 8월 20일
편집: Tiasa Ghosh
2018년 8월 20일
0 개 추천
You could include save filename.mat at the end your code so that it will save the changes everytime the code runs.
댓글 수: 2
Stephen23
2018년 8월 20일
.mat files store data, not code. The question asks about .m files.
Tiasa Ghosh
2018년 8월 20일
Oh! didn't know that. Thank you!
카테고리
도움말 센터 및 File Exchange에서 Source Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!