Is there a way to open *.mat file as a text file

3 vues (au cours des 30 derniers jours)
JazzMusic
JazzMusic le 7 Fév 2017
Commenté : JazzMusic le 7 Fév 2017
Hi,
A few days ago, at the end of the day, I saved my command line space by standing on it and clicking ctrl+s. I didn't notice that matlab automatically saved it as *.mat file. Now, when I double click this file, matlab, somehow uploads all the relevant variables. But it doesn't open a screen with the relevant commands I did that day.
Is there a way to open this *.mat file in a text form, or somehow restor the commands I did that day?
Thank you!!

Réponse acceptée

dbmn
dbmn le 7 Fév 2017
In your *.mat file, there is only data available. So no luck there, BUT
you can access your command history (if you have acceess to the same computer). Using the following command a window should open (you can dock this window)
commandhistory
Or you could have a look at the history.m or history.xml file in your prefir

Plus de réponses (0)

Catégories

En savoir plus sur Entering Commands dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by