comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: How I can access the convolve data?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: How I can access the convolve data? [message #69807 is a reply to message #69805] Thu, 11 February 2010 09:15 Go to previous messageGo to previous message
Maarten[1] is currently offline  Maarten[1]
Messages: 176
Registered: November 2005
Senior Member
On Feb 11, 3:13 pm, Dave_Poreh <d.po...@gmail.com> wrote:

> I have a question. I am doing a convolution for smoothing some data.
> When I pass data to the PLOT, it works but when I want to get Y data
> it is not working and I got error.
> plot, X, convol(y,....)
> Now I have a X-Y plot and I want to take convolved Y.

It seems you don't have a lot of programming experience.
Store the convolved data in a variable before plotting.

y_convolve = convol(y,....)
plot, x, y_convolve

Maarten
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Image Warp Success?
Next Topic: For-loop vs. Dimensional Juggling relative performance

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 17:16:49 PDT 2025

Total time taken to generate the page: 0.95910 seconds