Saving workspace via command

17 vues (au cours des 30 derniers jours)
Sam Hurrell
Sam Hurrell le 19 Oct 2021
Commenté : Sam Hurrell le 20 Oct 2021
I have written code to produce 30 (approx) numeric matrices, all of which I wish to save to a given directory under a single .mat name. What code can be written within the script to save the entire workspace automatically?

Réponse acceptée

Walter Roberson
Walter Roberson le 19 Oct 2021
save('NameOfFileToSaveTo.mat')
  1 commentaire
Sam Hurrell
Sam Hurrell le 20 Oct 2021
That saves the workspace to the current folder, how would I save it to a defined location?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by