Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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.