octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56408] Error:invalid call to script even thou


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #56408] Error:invalid call to script even though proper syntax followed
Date: Tue, 28 May 2019 22:05:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #56408 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

You are seeing this error because the first non-comment word in your function
file is not "function".

You need to change the first line of your function to be


function J=costfunction(x,y,theta)



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56408>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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