clear
clc
% polinomlarýn çarpýmý
kma=[1 6 -4 -2 3];
kmb=[4 0 -6 0 -3];
c=deconv(kmb,kma);
c
x=linspace(-2,5,1000);
x
aa=polyval(kma,x);
This is the end of the preview.
Sign up
to
access the rest of the document.
- Spring '10
- mustafa
-
Click to edit the document details