Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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. 🙄