Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.