Any tool to backup Matlab code (.m file), everytime when there is update/modification in code .
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I dont need to backup my code manually. Any tool which you guys use for archiving your code.
2 commentaires
Réponses (1)
Tiasa Ghosh
le 20 Août 2018
Modifié(e) : Tiasa Ghosh
le 20 Août 2018
You could include save filename.mat at the end your code so that it will save the changes everytime the code runs.
2 commentaires
Voir également
Catégories
En savoir plus sur Source Control dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!