Any tool to backup Matlab code (.m file), everytime when there is update/modification in code .
Mostrar comentarios más antiguos
I dont need to backup my code manually. Any tool which you guys use for archiving your code.
2 comentarios
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
el 29 de Ag. de 2018
Respuestas (1)
Tiasa Ghosh
el 20 de Ag. de 2018
Editada: Tiasa Ghosh
el 20 de Ag. de 2018
0 votos
You could include save filename.mat at the end your code so that it will save the changes everytime the code runs.
2 comentarios
Stephen23
el 20 de Ag. de 2018
.mat files store data, not code. The question asks about .m files.
Tiasa Ghosh
el 20 de Ag. de 2018
Oh! didn't know that. Thank you!
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!