octave-maintainers
[Top][All Lists]
Advanced

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

Ploting the convolutions in Octave


From: Innovation Kid
Subject: Ploting the convolutions in Octave
Date: 2 Nov 2003 10:53:17 -0000

Hey People,
I am new to octave. Can anyone tell me the script for computing and plotting 
the convolution and deconvolution in octave using gnuplot.
I am using in test.m file:

a=10
b=20
y=conv(a,b)
plot(y)
the graph comes on my xterm but goes immediately. I dont understand

Thx
Inn

reply via email to

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