| Contents | Index |
Save triangular window in ASCII file
winwrite(H)
winwrite(H,'filename')
winwrite(H) opens a dialog to export the values of the triangular window object H to an ASCII file. The file extension .wf is automatically appended.
winwrite(H,'filename') saves the values of the triangular window object H as a column vector in the ASCII file 'filename' in the current folder. The file extension .wf is automatically appended to filename.
Write triangular window values to ASCII file:
H=sigwin.triang; % Open dialog box for ASCII file winwrite(H);

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |