File gino/go_gmatrix2mmatrix.m artifact 1074e04ce6 part of check-in a8cce33cfa


function M_m = go_gmatrix2mmatrix (M-g)

  ## usage:  M_m = go_gmatrix2mmatrix (M-g)
  ##
  ## Converts a ginsh format matrix to a matlab format matrix

  M_m = strrep(M_g,"],[","];[");

endfunction

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