Anul 3 Semestrul 2
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function R = rectangle_int(f, a, b, n)
|
||||
R = ((b-a)/n) * sum(f(a+([0:n-1]+1/2)*((b-a)/n)))
|
||||
|
||||
end;
|
||||
Reference in New Issue
Block a user