Effacer les filtres
Effacer les filtres

Why am I getting different matrices in workspace and command window?

4 vues (au cours des 30 derniers jours)
Rakesh Belchandan
Rakesh Belchandan le 1 Oct 2019
I am working on a piece of code and I am getting right values in the workspace but not in command window. Why is it happening? Is it any bug in MatLAB?
Thanks,
Rakesh
  2 commentaires
Ankit
Ankit le 1 Oct 2019
Modifié(e) : Ankit le 1 Oct 2019
can you please be more precise what difference you are getting?
it may be because of different format.
Stephen23
Stephen23 le 1 Oct 2019
Rakesh Belchandan's "Answer" moved here:
Please see the output from workspace and command window
1.PNG
2.PNG

Connectez-vous pour commenter.

Réponses (2)

Andreas
Andreas le 1 Oct 2019
I can't see any difference.
Have you already seen the common factor of 1.0 e3 at the top of your command window output?
  1 commentaire
Steven Lord
Steven Lord le 1 Oct 2019
I agree with Andreas's assessment. This looks like a display formatting difference, not a difference in the actual values. You can use the format function to change how the matrix is displayed in the Command Window (this has no effect on how the matrix is stored in memory only on how it is displayed) or the options on the View tab in the Toolstrip when the Variable Editor is open and active to change how the matrix is displayed in the Variable Editor, depending on which view you prefer.

Connectez-vous pour commenter.


Rakesh Belchandan
Rakesh Belchandan le 8 Oct 2019
Thanks for the answer guys. It was format long and format short issue.

Catégories

En savoir plus sur Entering Commands 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!

Translated by