Explanation of this function

1 visualización (últimos 30 días)
Sowmya Upadrasta
Sowmya Upadrasta el 19 de Ag. de 2022
Comentada: Voss el 19 de Ag. de 2022
Hello Everyone,
I am trying to generate IRF for my data(Cholesky identification) and I have 6 variables, from 2008Q1 to 2021Q4. Can someone explain the meaning of these functions so I can alter the original code according to my need.
What do size(x,1) mean?
Thank you :)
  3 comentarios
Sowmya Upadrasta
Sowmya Upadrasta el 19 de Ag. de 2022
I should type it where? sorry?
Bruno Luong
Bruno Luong el 19 de Ag. de 2022
On MATLAB command window

Iniciar sesión para comentar.

Respuestas (1)

Voss
Voss el 19 de Ag. de 2022
size(x,1) is the size the array x in the first dimension, i.e., the number of rows of x.
  2 comentarios
Sowmya Upadrasta
Sowmya Upadrasta el 19 de Ag. de 2022
Thank you, I will check this out
Voss
Voss el 19 de Ag. de 2022
You're welcome! Hope it helps.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by