Simple Integral With Matlab Written by Erdem on 8:26 AM with No comments %simple integral for notation f = @(x) sin(x)./x Q = quad(f,0,pi) %another code to define a function and plot the result f = @(x) sin(x)./x t=linspace(-10*pi,10*pi,1000); plot(t,f(t)); Share: Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment