File gino/go_matrix_to_lst.m artifact a29229a6df part of check-in a8cce33cfa


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

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]