getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/minss_data.ref','rb'); sl = syslin('c', [1,0;0,2], [1;0], [2,1]); ssprint(sl); . | 1 0 | | 1 | x = | 0 2 |x + | 0 |u y = | 2 1 |x %ans = ssprint(minss(sl)); . x = | 1 |x + | 1 |u y = | 2 |x if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);