Retrieve commands from .mat file

I saved my command window with all the commands to a .mat file. When I reopen the .mat file, I was able to load the .mat but couldn't retrieve my commands in the command window.
Is there any way to retrieve these commands?

3 件のコメント

Walter Roberson
Walter Roberson 2019 年 7 月 23 日
What commands did you use to save the commands?
Stephen23
Stephen23 2019 年 7 月 23 日
編集済み: Stephen23 2019 年 7 月 23 日
.mat files are designed to contain variable data, not commands.
You can retrieve commands using the command history, or the diary function:
Walter Roberson
Walter Roberson 2019 年 7 月 23 日
It is technically possible to retrieve the command history and store it in a variable that you then store in a file. I doubt that has been done, but it could have been done.

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

回答 (1 件)

Alex Mcaulley
Alex Mcaulley 2019 年 7 月 23 日
編集済み: Alex Mcaulley 2019 年 7 月 23 日

0 投票

.mat files only store variables from the workspace.
To retrieve command history:

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

製品

タグ

質問済み:

2019 年 7 月 23 日

編集済み:

2019 年 7 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by