view test/octave.test/index/dfi-t/m-3.m @ 2332:98d0771f7484

[project @ 1996-07-19 02:14:19 by jwe] Initial revision
author jwe
date Fri, 19 Jul 1996 02:15:59 +0000
parents
children 09094a119052
line wrap: on
line source

do_fortran_indexing = "true";
a = [1,2;3,4];
a_fvec = [1;3;2;4];
a_col_1 = [1;3];
a_col_2 = [2;4];
a_row_1 = [1,2];
a_row_2 = [3,4];
a(0)