Copying data from Matrix to JMP file
Hi, I imported the data from the column properties into a matrix. My question is how can I copy data from matrix into JMP file?Spec2 = Function( {co},
a = Column( co ) << get property( "Spec limits" );
b = a["UL"];
C = Matrix( {b} );
);
Copying data from Variable C into JMP file Any suggestion?