view test/octave.test/index/dfi-t/v-11.m @ 2377:09094a119052

[project @ 1996-10-12 05:09:44 by jwe]
author jwe
date Sat, 12 Oct 1996 05:11:42 +0000
parents 98d0771f7484
children 95ed8f21a8bd
line wrap: on
line source

do_fortran_indexing = 1;
a = [4,3,2,1];
a_prime = [4;3;2;1];
mid_a = [3,2];
isempty (a(0,:))