Explanation of this function

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 个评论

If you want to know what a function xxx does, type "doc xxx"
doc size
I should type it where? sorry?
On MATLAB command window

请先登录,再进行评论。

回答(1 个)

Voss
Voss 2022-8-19

0 个投票

size(x,1) is the size the array x in the first dimension, i.e., the number of rows of x.

2 个评论

Thank you, I will check this out
You're welcome! Hope it helps.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by