help-octave
[Top][All Lists]
Advanced

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

Re: rectwin Function not found


From: Mike Miller
Subject: Re: rectwin Function not found
Date: Mon, 8 Jul 2013 11:35:02 -0400

On Mon, Jul 8, 2013 at 19:13:02 +0530, Deepak Bhatia wrote:
> octave-3.6.4.exe:1> win=rectwin(1000);
> error: 'rectwin' undefined near line 1 column 5

This function is in the signal package. Have you installed and loaded
the signal package?

  octave:1> pkg load signal
  octave:2> win = rectwin (1000);

See the FAQ entry

http://wiki.octave.org/FAQ#I_have_installed_a_package_but_still_get_a_.22foo_undefined.22_error

HTH,

-- 
mike


reply via email to

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