Changing work space values
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/531874/image.png)
Hi, I am looking to change the values written as "50001x2 double" to different numbers.
Is this in any way possible?
Thank you for the help in advance.
0 commentaires
Réponses (1)
Bob Thompson
le 25 Fév 2021
To change values for existing variables, you can define the new values for the variable in the command line, write/edit a script to define new values, or manually open the variable from the workspace window and edit in the variables pane. The last option is not recommended as it leaves no trace of where the variables were generated from. I recommend command line for 'on the fly' edits.
0 commentaires
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!