Trying to preserve the internal old mat file date
Afficher commentaires plus anciens
Hi Guys, I want to modify some mat file parameters inside matlab and then save the new mat with the same name (overwrite the old file with new parameters) But I want also to preserve the internal date of the mat file. For example: In linux when I want to reset date of file I will just do:
touch -d "new date" file_name
But mat files have Internal date: For example:
"MATLAB 5.0 MAT-file, Platform: GLNXA64, Created on: Mon Aug 3 19:40:28 2015" The first line of the mat file opened in NotePad++ for example.
How can I change mat file and preserve this date? Thanks,
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Dates and Time dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!