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
Bruno Luong
2022년 8월 19일
If you want to know what a function xxx does, type "doc xxx"
doc size
Sowmya Upadrasta
2022년 8월 19일
Bruno Luong
2022년 8월 19일
On MATLAB command window
답변 (1개)
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.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!