How to See the Long Format in the Variables Window?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Rightia Rollmann
il 14 Ago 2016
Risposto: Walter Roberson
il 14 Ago 2016
How to see the value of a variable in the “Variables Window” in long format?
Even if I call “format long” and see the value in Command Window in its long format, I still see the variable in short format in the Variable Window, unless I double-click on it! What’s the solution?
A = pi
In the Command Window: A = 3.141592653589793
In the Valuables Window: A = 3.1416
0 Commenti
Risposta accettata
Walter Roberson
il 14 Ago 2016
"format" only affects the command window. You can change the default for the variable browser by going into Preferences->Variables
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Whos 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!