help-octave
[Top][All Lists]
Advanced

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

Error calling function having more than one argument


From: Neil Ghosh
Subject: Error calling function having more than one argument
Date: Mon, 25 Oct 2010 22:22:13 +0530

Hi I have following code in a file
while running it says

error: `b' undefined near line 1 column 15
error: evaluating argument list element number 2
error: evaluating argument list element number 1
error: called from:
error:   C:\Octave\3.2.4_gcc-4.4.0\bin\data\er.m at line 1, column 1

test.m
-----------------------------------------------------------------
testData(a , b , c)

function prediction = testData (a , b ,c)
a
b
c
endfuntion ;
------------------------------------------------------------------

reply via email to

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