view test/octave.test/index-wfi-f/v-13.m @ 6909:fc55a5e1760b ss-2-9-14

[project @ 2007-09-17 20:47:40 by jwe]
author jwe
date Mon, 17 Sep 2007 20:47:41 +0000
parents 4accb5d84412
children
line wrap: on
line source

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