Display Output in Command Window
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
Some function I ran has changed the way output is displayes in the command window.
>> 2+2
[double 1x1]
4.00000000
I think the disp or display functions have been overridden. I would like to restore the usual default format with ans. I have already tried
format short
but this is ignored and the output remains the same.
Thanks for your help.
0 commentaires
Réponses (1)
madhan ravi
le 21 Nov 2018
Modifié(e) : madhan ravi
le 21 Nov 2018
clear all %at the very beginning of the code and try again
there might be some file ,variable or function with the name format please rename or delete it which might shadow the default built-in format
4 commentaires
Voir également
Catégories
En savoir plus sur Simulink Environment Customization 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!