Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
jeet-o
jeet-o am 26 Jul. 2022
Kommentiert: jeet-o am 28 Jul. 2022
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?

Antworten (1)

Ishan Gupta
Ishan Gupta am 28 Jul. 2022
You can use save and load functions to save the workspace variables in a .mat file.
Refer to documentation for more details
  1 Kommentar
jeet-o
jeet-o am 28 Jul. 2022
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..?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by