help-octave
[Top][All Lists]
Advanced

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

Re: Saving freqz plot


From: Robert A. Macy
Subject: Re: Saving freqz plot
Date: Wed, 05 Apr 2006 16:40:52 -0700

not sure I understood your question:
if this is your form, you might try...

  >> [H, W]=freqz(B, A, N, "whole");
  >> save -ascii "filename.txt" H W;

...that will save the two variables in a readable text file

                - Robert -

On Wed, 5 Apr 2006 17:22:44 -0500
 "Cederik León De León Acuña" <address@hidden> wrote:
> Hi all:
> 
>     How can i save the plot-result from   freqz   to a
> file?
> 
> Regards
> 
> --
> E. F. M.  Cederik L. De León Acuña
> address@hidden
> Tel: +52 (443) 312 68 45
> Cel: +52 (443) 136 83 36
> Morelia Michoacan
> México
> 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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