Running scripts does not create variables in the Workspace 2016a
Afficher commentaires plus anciens
Hello. I'm just starting to use the 2016a Matlab version and the problem is when I run scripts, variables generated by those scripts do not figure in the Workspace.
This problem did not arise using previous versions. What can I do?
2 commentaires
Luigi Aridon
le 13 Mar 2016
Rakesh Chavan
le 17 Mar 2016
Hi,
Usually when MATLAB functions are executed, the variables used in the function file go to the function workspace and not to the base workspace. We can verify this by adding some breakpoint in the function file.
So I am a bit confused when you say you were able to see the variables in functions in prior versions. Can you please provide a sample function file and the variables which you would expect to see in the base workspace. That may help in clarifying the question a bit.
regards
Rakesh
Réponses (0)
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!