Why variables are different tha command window values?

 Respuesta aceptada

the cyclist
the cyclist el 11 de En. de 2021
Editada: the cyclist el 11 de En. de 2021
In the command window, you seem to be highlighting elements 1323:1325. In the variable window, you seem to be highlighting elements 1351:1353.
But, in the command window view, I can see elements 1351-1353, which do appear different. However, you are not showing that in the command window, it is probably also showing an overall multiplier to the entire displayed vector -- in your case I am guessing that multiplier is 1e4. So, all that is happening is the loss of precision in the how the command window is displayed.
Try just typing
Sdaily(1351:1353)
in the command window, and it should be more comparable.

Más respuestas (1)

Give the command
format long g
and look at the variable again in the command window.
Then in the variable browser, use the drop down at the top to change the format to longg

Productos

Versión

R2020b

Preguntada:

el 11 de En. de 2021

Editada:

el 11 de En. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by