File mttroot/gino/go_matrix_to_lst.m artifact a29229a6df part of check-in 2e8cbaac42
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