Hello,
i've got a little problem with my programming.
I want to integrate an equation and with a variable. (normal integration)
but in my workspace my variable (arrays) are double.
%%%%%
x=linspace(1,1000,1000);
y=sin(0.05*x);
yy=int(

?
x <1x1000 double>
y <1x1000 double>
both are doubles.
How can i integrate this