Artifact 1074e04ce67d682bff781995bd8c2076e121b178a59b4dca2d8452a507efc7c3:
- File gino/go_gmatrix2mmatrix.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 198) [annotate] [blame] [check-ins using] [more...]
- File mttroot/gino/go_gmatrix2mmatrix.m — part of check-in [51b26b2720] at 2002-12-19 16:48:21 on branch origin/master — Initial files for gino - see README (user: gawthrop@users.sourceforge.net, size: 198) [annotate] [blame] [check-ins using]
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