How to best record multiple experimental results from a live script?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Ishan Gupta
il 28 Lug 2022
You can use save and load functions to save the workspace variables in a .mat file.
Refer to documentation for more details
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!