Convert Matrix to List?
Hi JMP folks,
I can do this in a loop, but is there a simple one-liner to convert a one-dimensional matrix to a list? Something like:
cell_list = getmatrixaslist(cell_matrix);
Additional bonus question: is there an equivalent to the list LOC function for a matrix? I need to locate all rows in a matrix with a certain value. The LOC function does this for lists, but for matrices it finds all element...