フィルターのクリア

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

5 ビュー (過去 30 日間)
JazzMusic
JazzMusic 2017 年 2 月 7 日
コメント済み: JazzMusic 2017 年 2 月 7 日
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!!

採用された回答

dbmn
dbmn 2017 年 2 月 7 日
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
  1 件のコメント
JazzMusic
JazzMusic 2017 年 2 月 7 日
It worked Thanks!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by