Effacer les filtres
Effacer les filtres

Matlab command line output

2 vues (au cours des 30 derniers jours)
Prajakta Borse
Prajakta Borse le 1 Sep 2021
What does this imply? what does the asterisk sign mean? I don't understand what 1.0e+13* signify. Please explain

Réponse acceptée

Chunru
Chunru le 1 Sep 2021
Modifié(e) : Chunru le 1 Sep 2021
It means the scale factor for the following numbers. You can consider * as multiplication. For example.
a = randn(1,4)*1e6
a = 1×4
1.0e+06 * -0.6917 0.2892 -1.7645 0.2282
Here a is 1.0e+06 * [-0.6917, 0.2892, ...]
  1 commentaire
Walter Roberson
Walter Roberson le 1 Sep 2021
I recommend that you use
format long g
in order to see the real output.
I also recommend that you change your MATLAB preferences to use long g for the command window and for the variable browser.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by