view test/octave.test/zero-one/ftt/v-4.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

prefer_zero_one_indexing = 0;
prefer_column_vectors = 1;
do_fortran_indexing = 1;
a = [9,8,7,6];
all (a([1,1]) == [9,9])