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

Home » Public Forums » archive » Differences in the convolution function between IDL and MATLAB
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Differences in the convolution function between IDL and MATLAB [message #72142] Thu, 05 August 2010 20:28
hyunsprk is currently offline  hyunsprk
Messages: 2
Registered: August 2010
Junior Member
When I use conv() function in MATLAB,

it gives following array,

>> conv(a,c)

ans =

1 4 10 20 35 56 70 76 73 60 36

when, a=[1,2,3,4,5,6], c=[1,2,3,4,5,6].

Meanwhile, IDL gives following messages,

IDL> print, convol(a,c)
% CONVOL: Incompatible dimensions for Array and Kernel.
% Execution halted at: $MAIN$

when, a=[1,2,3,4,5,6], c=[1,2,3,4,5,6].

Why this differences have been occurred? These two softwares have
difference use of convolution functions?
[Message index]
 
Read Message
Previous Topic: reading large multicolumn data file
Next Topic: Re: Differences in the convolution function between IDL and MATLAB

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

Current Time: Wed Oct 08 15:52:12 PDT 2025

Total time taken to generate the page: 0.00499 seconds