필터 지우기
필터 지우기

How to best record multiple experimental results from a live script?

조회 수: 3 (최근 30일)
jeet-o
jeet-o 2022년 7월 26일
댓글: jeet-o 2022년 7월 28일
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?

답변 (1개)

Ishan Gupta
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
  댓글 수: 1
jeet-o
jeet-o 2022년 7월 28일
Thanks, Ishan - I do know I can save specific variables etc in individual files - but I wondered if Matlab has any sort of automated "notebook" where one can easily store a sequence of results, with ways of reviewing it..?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by