First Steps into Octave

Goebel, Juergen juergen.goebel at eads.com
Wed Jul 2 02:03:41 CDT 2008


Hi,

Doing my first steps into Octave I ran into the following problem.  
I need the function pwelch (written by Peter V. Lanspeary), which 
I found during a www-search.  After saving it to my m-file-directory
I thought that I may use it by simply invoking pwelch from another
m-file.  This is, the general structure looks something like this:

function result = test (foo)
s = something
S = pwelch (s);
endfunction;

test.m resides in the same directory as pwelch.  But running 
test.m results in an error message "pwelch undefined ...".

Where is my mistake?

Regards,

Juergen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/help-octave/attachments/20080702/228f1602/attachment.html 


More information about the Help-octave mailing list