%Written by: Mr.GAMAL GAMIL ALKIRSHI
%Lab9_ex32
%>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
%These program will calculate a function integral's by simpson rule
%by the MatLab function's "dblquad", for the function "Lab9_ex31"
%>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
clear all;close all;clc;
dblquad(@Lab6_ex24,0,2,0,2,1e-8,'quadl')