Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I am relatively new to programming and to Mathcad as well. I am using Mathcad Prime 2.0. I currently have a 15x3 matrix and a 1x3 matrix. I am trying to create a for loop that will call out each column of the 15x3 matrix and then subtract off the 1x3 matrix from the column and then output all 15 answers back into matrix form. I am a first time user with the discussion board so I apologize if I am not clear with what I want. I will attach the worksheet that I am currently working with. Any and all help or suggestions is greatly appreciated.
Solved! Go to Solution.
Change the vector index at vec to a row selector and your routine works. The dummy parameter vec is not necessary.
See attached
Change the vector index at vec to a row selector and your routine works. The dummy parameter vec is not necessary.
See attached
Thanks for the quick help.