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 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!