view test/octave.test/zero-one/tft/m-14.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

prefer_zero_one_indexing = "true";
prefer_column_vectors = "false";
do_fortran_indexing = "true";
a = [9,8;7,6];
a([0,1],0:1) == 6