Author Topic: integrate double  (Read 330 times)

Offline surfniek

  • Newbie
  • *
  • Posts: 1
  • Matlab Forum
    • View Profile
integrate double
« on: October 27, 2010, 02:16:20 PM »
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
 
 

Matlab and SimuLink Development Forum

integrate double
« on: October 27, 2010, 02:16:20 PM »