Time series syntax question
이전 댓글 표시
Hi everyone, I'm using a template for a homework assignment in MATLAB. I'm having trouble with a section that seems to require time series, but I can't find any info on this particular type. The code is: ts(i,1) =%fill in here . I've never seen the ts(i,1) syntax before, and can't find any info on it anywhere. Can anyone explain to me what this means?
댓글 수: 2
per isakson
2014년 11월 26일
Did you read this? Looks like a starting point to me.
Stefan
2014년 11월 26일
채택된 답변
추가 답변 (1개)
Youssef Khmou
2014년 11월 26일
0 개 추천
ts(i,1) means performing calculation of the elements of first column of matrix ts, ts(i,2) means the ith element on the second column, ( use other variable instead of i, i is the imaginary number )
댓글 수: 2
Stefan
2014년 11월 26일
편집: per isakson
2014년 11월 26일
per isakson
2014년 11월 26일
Here you assign an array of double to a variable named, ts. Confusing!
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!