home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / mathstud / wrect.m < prev    next >
Encoding:
Text File  |  1995-05-19  |  169 b   |  10 lines

  1. function y = wrect(n)
  2. %y=wrect(n)
  3. %create a Rectangle/Dirichlet window
  4.  
  5. %       S.Halevy 7/31/92
  6. %       Copyright (c) 1992 by the MathWizards
  7.  
  8. y = ones(n,1);
  9.  
  10.