save variables in matlab workspace

23 vues (au cours des 30 derniers jours)
satendra kumar
satendra kumar le 12 Nov 2012
I have a function which calls a script. There are some variables in script. I want to save them to my command window. How can i do that. Any help fellas.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 12 Nov 2012
Modifié(e) : Azzi Abdelmalek le 12 Nov 2012
value=15;
assignin('base','var',value)
% 'var' is your variable name
  2 commentaires
satendra kumar
satendra kumar le 12 Nov 2012
Thanks Bud :)
Shiv Nileshkumar Matliwala
Shiv Nileshkumar Matliwala le 15 Déc 2022
Is there any way to load the variable directly to base workspace ? becuase Its not possible to do this
assignin('base','var')
I want to do like above.

Connectez-vous pour commenter.

Plus de réponses (1)

Walter Roberson
Walter Roberson le 12 Nov 2012
assignin('base', 'variablename', value)

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by