How to best record multiple experimental results from a live script?
3 次查看(过去 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!