Rank: 2793 based on 15 downloads (last 30 days) and 2 files submitted
photo

Whayne Padden

E-mail
Company/University
University of Sydney
Lat/Long
-33.8414, 151.2633

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Whayne View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Mar 2009 3D Simpson's Integrator Fully vectorised 3D integrator based on the Simpson's method Author: Whayne Padden mathematics, 3d, integration, simpsons method 3 0
05 Mar 2009 2D Simpson's Integrator Fully vectorised 2D integrator based on the Simpson's method Author: Whayne Padden 2d, simpsons method, integration, mathematics 12 2
  • 5.0
5.0 | 1 rating
Comments and Ratings on Whayne's Files View all
Updated File Comment by Comments Rating
09 Dec 2010 2D Simpson's Integrator Fully vectorised 2D integrator based on the Simpson's method Author: Whayne Padden ehsan

I want to get 2Dimensional Integration from Images,but i couldn't find any code.
please would you help me.

28 Sep 2010 2D Simpson's Integrator Fully vectorised 2D integrator based on the Simpson's method Author: Whayne Padden erick

very good work. but I have a question.
In your code, you gave out the odd series and even series as follows.
ixo = 2:2:NX;
ixe = 3:2:NX-1;
iyo = 2:2:NY;
iye = 3:2:NY-1;

if you choose 'o' as 'odd' , 'e' as 'even', the series 2:2:NX are even. so I think 'ixo = 2:2:NX' should be replaced by 'ixe = 2:2:NX'.

Is there a literal mistake, maybe the below code is right.
ixe = 2:2:NX;
ixo = 3:2:NX-1;
iye = 2:2:NY;
iyo = 3:2:NY-1;

Top Tags Applied by Whayne
integration, mathematics, simpsons method, 2d, 3d
Files Tagged by Whayne View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Mar 2009 3D Simpson's Integrator Fully vectorised 3D integrator based on the Simpson's method Author: Whayne Padden mathematics, 3d, integration, simpsons method 3 0
05 Mar 2009 2D Simpson's Integrator Fully vectorised 2D integrator based on the Simpson's method Author: Whayne Padden 2d, simpsons method, integration, mathematics 12 2
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com