Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I'm trying to write a short function in Prime 7.0 that will loop through data and populate multiple matrices and then stack them.
Even though the matrices are the same size, I am getting a "The dimensions of these arguments do not match." error when using the stack function.
I tried pulling sample matrices out of the loop and stacking them. That worked, as expected.
Can you not use the stack function in a loop? Or am I missing something else?
Thanks!
Solved! Go to Solution.
Never mind...
I had the stack function located at the wrong spot of the loop. 🙄
Never mind...
I had the stack function located at the wrong spot of the loop. 🙄
