help-octave
[Top][All Lists]
Advanced

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

Re: octave function


From: veryhappy
Subject: Re: octave function
Date: Sun, 29 May 2011 14:46:36 -0700 (PDT)

At first glance i can see two errors because of undefined vars:
> function conc = c (table)
>   p = [];
>  for f = 1: length (conc)<- Here conc is undefined .Perhaps you meant
> table?
>    conc = table (f). conc;
>   if conchs =="[]" <- conchs is undefined

--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-function-tp3557908p3559545.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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