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

1 Ansicht (letzte 30 Tage)
I dont need to backup my code manually. Any tool which you guys use for archiving your code.
  2 Kommentare
Adam
Adam am 20 Aug. 2018
Bearbeitet: Adam am 20 Aug. 2018
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Tiasa Ghosh
Tiasa Ghosh am 20 Aug. 2018
Bearbeitet: Tiasa Ghosh am 20 Aug. 2018
You could include save filename.mat at the end your code so that it will save the changes everytime the code runs.

Kategorien

Mehr zu Source Control finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by