Time series syntax question
Ältere Kommentare anzeigen
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 Kommentare
per isakson
am 26 Nov. 2014
Did you read this? Looks like a starting point to me.
Stefan
am 26 Nov. 2014
Akzeptierte Antwort
Weitere Antworten (1)
Youssef Khmou
am 26 Nov. 2014
0 Stimmen
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 Kommentare
Stefan
am 26 Nov. 2014
Bearbeitet: per isakson
am 26 Nov. 2014
per isakson
am 26 Nov. 2014
Here you assign an array of double to a variable named, ts. Confusing!
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!