Community Tip - You can change your system assigned username to something more personal in your community settings. 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.