view test/octave.test/index-wfi-t/m-3.m @ 4453:4accb5d84412

[project @ 2003-07-11 00:57:52 by jwe]
author jwe
date Fri, 11 Jul 2003 00:57:54 +0000
parents
children
line wrap: on
line source

warn_fortran_indexing = 1;
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)