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!