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

Home » Public Forums » archive » What function do I have to use in IDL? MATLAB corresponded function
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
What function do I have to use in IDL? MATLAB corresponded function [message #72012] Wed, 04 August 2010 22:58
hyunsprk is currently offline  hyunsprk
Messages: 2
Registered: August 2010
Junior Member
Hi,
There is a problem in searching the exact same function of MATLAB's
conv() in IDL.

Here is the MATLAB code:
--------------------------------------------------
t=[0:90];
Kall=[0.1,0.15];
curve1=Kall(1)*t.*exp(-(Kall(2))*t);
curve_ref=t.*exp(-0.5*t);
hcurve1=conv(curve_ref, curve1);
Ct=hcurve1(1:length(t));
plot(t, curve1, '*',t, Ct, '+')
--------------------------------------------------

I want to copy this code to IDL, however, I couldn't find the function
of convolution which work exactly same as MATLAB's conv().
Anybody can help me?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Setting UNIX 'group' from IDL?
Next Topic: Re: What function do I have to use in IDL? MATLAB corresponded function

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

Current Time: Wed Oct 08 15:08:13 PDT 2025

Total time taken to generate the page: 0.00485 seconds