help-octave
[Top][All Lists]
Advanced

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

Re: Octave function error


From: Nicholas Jankowski
Subject: Re: Octave function error
Date: Mon, 30 Mar 2020 09:20:41 -0400

On Mon, Mar 30, 2020 at 6:53 AM Adrg01 <address@hidden> wrote:
No, but I have changed the search path in the directory using
% Octave search path(advanced)
addpath('<path>')


that error means that octave doesn't see the file locally, or in your path.  Can you tell us the location and filename of the the m-file you saved with the function?

what are the outputs of the following:

>> path

>> pwd

>> which costFunc

reply via email to

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