Replacing Matrix Values
Hi! I am trying to input all my column data into a 8 by 12 matrix in order( filling in the columns first in a downwards manner). There are only 72 values in my column, so I want the remaining values that are not filled to be 0. I am having a lot of problems trying to get the code below to work. I would appreciate any help!dt = Open("Example.jmp");...
Rows = nrows(dt);
names= dt << Get Column Names (S