How to best record multiple experimental results from a live script?
1 回表示 (過去 30 日間)
古いコメントを表示
I'm new to Matlab - have written a few livescripts that generate various arrays, vectors, graphics as results. Is there a good/simple way of storing each "experiment", along with the associated parameters, variables and results for each one, that keeps them in sequence, logs date, etc?
0 件のコメント
回答 (1 件)
Ishan Gupta
2022 年 7 月 28 日
You can use save and load functions to save the workspace variables in a .mat file.
Refer to documentation for more details
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!