Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello,
EDIT:
I understand that in the first case I take for i a column matrix:
And in the second case I take:
How to loop the n column matrix in t?
Solved! Go to Solution.
You are using i+1, t[i must from 0 to length(n)-2.