help-octave
[Top][All Lists]
Advanced

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

Re: Saving freqz plot


From: Cederik León De León Acuña
Subject: Re: Saving freqz plot
Date: Wed, 5 Apr 2006 19:18:58 -0500

Hi:

  Many thanks; but if i use

 freqz(A,B)

the function call the freqz_plot, and display a "preformated" plot on
screen, my question is about if that plot can be saved directly to an
image file? -to avoid work :)

Regards

2006/4/5, Robert A. Macy <address@hidden>:
> 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
> >
>


--
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]