フィルターのクリア

Is it possible to look at the history of edits in a .mlx file?

33 ビュー (過去 30 日間)
Roger
Roger 2022 年 9 月 22 日
回答済み: Daksh 2022 年 9 月 28 日
I was taking an exam last week for my introduction to MATLAB class. I received a low grade and checked my submission. I submitted a version of the .mlx file that was incomplete. I don't know how I did this, but after showing the professor my actual completed exam, he of course told me there was no way to prove that I actually completed the exam after the fact, so my grade stands. Is it possible to see the editing history of a .mlx file so that I can prove I did the exam in the time given?
  2 件のコメント
Rik
Rik 2022 年 9 月 22 日
Unless you have external file control, I'm not aware of this being possible. But I don't work often with mlx, so there may be something.
Roger
Roger 2022 年 9 月 22 日
That's what I was afraid of. Thanks for answering though.

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

回答 (1 件)

Daksh
Daksh 2022 年 9 月 28 日
Hi,
It is my understanding that you wish to access previous versions of Live scripts, i.e. mlx files saved at certain point in time. While .m files in MATLAB Drive support versioning history, .mlx files currently do not. It may be possible to recover previous versions of an .mlx file by looking in the "Deleted Files" section of MATLAB Drive Online. With every save of an .mlx file, the previous version is deleted, so one can find it in the "Deleted Files" section.
A workaround for now that you can utilize in the future is using source control system like "git". Please refer to the following documentation regarding Source Control Integration with MATLAB:
Hope it helps

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by