Trying to preserve the internal old mat file date
Mostra commenti meno recenti
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,
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Dates and Time in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!