File mttroot/gino/go_matrix_to_lst.m artifact a29229a6df part of check-in 4668b3f9ab
function L = go_matrix_to_lst (M) ## usage: L = go_matrix_to_lst (M) ## ## Converts matrix to list (in ginsh format) L = strrep(strrep(M,"[","{"), "]","}"); endfunction