이전 댓글 표시
VAR_START =
9 12 14 17 24 31 34 37 40 43 46 49 52 55 58 61 64
>> NVAR = size(VAR_START)
NVAR =
1 17
What is the function of 'size' here???? why is it giving 1 17...???? I am srry bt i cannot understand!!!
댓글 수: 1
Oleg Komarov
2012년 5월 31일
For future reference whenver you don't know wha rt a function does, doc size, or use F1
채택된 답변
추가 답변 (1개)
Honglei Chen
2012년 5월 31일
1 개 추천
Because VAR_START is a 1x17 vector, i.e., number of rows is 1 and number of columns is 17
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!