help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interp2 errors


From: Tower, Ted
Subject: Interp2 errors
Date: Wed, 28 Jul 2004 09:08:56 -0500

Hello,
Under octave 2.1.57 (i686-pc-linux-gnu) I get the following errors with
interp2:

octave:1> [x,y]=meshgrid(1:5,1:5);z=x+y;zi=interp2(x,y,z,2.5,2.5)
error: evaluating argument list element number 1
error: evaluating postfix operator `'' near line 120, column 24
error: evaluating assignment expression near line 120, column 8
error: called from `interp2' in file
`/usr/share/octave/2.1.57/site/m/octave-forge/general/interp2.m'
error: evaluating assignment expression near line 1, column 33
octave:1> 

Additionally, it appears the help for find comes up when I execute the
line above.

Help would be much appreciated.  Thank you.

Ted Tower
Kimberly-Clark Corporation
Analytical & Measurement Technology
Tel: 920-721-7123



------------------------------------------------------------------------------
This e-mail is intended for the use of the addressee(s) only and may contain 
privileged, confidential, or proprietary information that is exempt from 
disclosure under law.  If you have received this message in error, please 
inform us promptly by reply e-mail, then delete the e-mail and destroy any 
printed copy.   Thank you.
==============================================================================



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]