Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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.
