Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I was evaluating two functions with columns of a matrix. They plotted fine, but when I multiplied them, the result did not (got an error). It eventually dawned on me to convert to index form and that worked fine. Why is this? Example is at the end of the worksheet.
Solved! Go to Solution.
You have to use vectorization
Aha! Thanks.