view test/octave.test/index/dfi-f/v-9.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
line wrap: on
line source

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