tir, 30 06 2009 kl. 09:29 +0200, skrev [email protected]: > for x = linspace ( (n-1)/2, (n-1)/2, n ). > should be > for x = linspace ( -(n-1)/2, (n-1)/2, n ).
Thanks, I've fixed it. Søren ------------------------------------------------------------------------------ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
