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
답변 (1개)
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.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Source Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!