Rank: 128 based on 1519 downloads (last 30 days) and 12 files submitted
photo

Daniel Ennis

E-mail
Company/University
http://ennis.bol.ucla.edu

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Daniel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Aug 2006 Numerical derivative of analytic function Calculate the numerical derivative of an analytic function with different methods. Author: Daniel Ennis complex derivative, differentiate, numerical derivative, general 167 2
  • 4.0
4.0 | 1 rating
12 Apr 2006 package This function creates a zip file consisting of a core m-file and the functions it depends upon. Author: Daniel Ennis directories, mfiles, multiple, package, zip, path 125 3
  • 2.5
2.5 | 3 ratings
12 Apr 2006 depfun2 This function allows one to reduce to results of DEFUN through the use of a keyword. Author: Daniel Ennis directories, mfile, function, path, utilities, dependency 95 2
  • 1.5
1.5 | 2 ratings
12 Apr 2006 Screenshot Plot 3D Color Line Plots a 3D line with color encoding along the length using the patch function. Author: Daniel Ennis graphics, line, plot, plotting, color, specialized 124 8
  • 4.125
4.1 | 8 ratings
13 Dec 2005 Screenshot wireframe This function plots a sub-sampled wireframe of a surface. Author: Daniel Ennis wireframe, surf, mesh, surface, plotting, specialized 127 5
  • 4.0
4.0 | 5 ratings
Comments and Ratings on Daniel's Files View all
Updated File Comment by Comments Rating
21 Jul 2009 Spherical Harmonics This function generates the Spherical Harmonics basis functions of degree L and order M. Author: Daniel Ennis Jacek

Nice work .

One minor comment: the output argument Ymn has the elevation and azimuth dimensions flipped with respect to the input RES argument, due to the nature of meshgrid. Thus, the rows of the output Ymn refer to elevation, while the columns of the output Ymn refer to azimuth.

28 Jun 2009 Plot 3D Color Line Plots a 3D line with color encoding along the length using the patch function. Author: Daniel Ennis Toljic, Nikola

Thanks.

13 Jun 2009 Numerical derivative of analytic function Calculate the numerical derivative of an analytic function with different methods. Author: Daniel Ennis Salexa, Juliette

I'm looking for a package that approximates derivatives for NUMERICALLY defined functions (not analytic) ..

I have two arrays:
x=0:0.5:10 , and fun= a vector that defines my function at each of those values of x.

Now I want the derivative of fun with respect to x at each value of x.

Does such a package exist ??

04 Jun 2009 wireframe This function plots a sub-sampled wireframe of a surface. Author: Daniel Ennis Lansky, Lukas

Nice. If you want to quickly try it out:
x = [0:0.1:10];
y = [0:0.1:10];
z = sin(x)'*cos(y);
mesh(x,y,z); wireframe(x,y,z,5);

04 Jun 2009 wireframe This function plots a sub-sampled wireframe of a surface. Author: Daniel Ennis Crivaro, Marko

Really good, does that it promises. Especially helpful when visualizing huge (accurate) grids.

Top Tags Applied by Daniel
plotting, specialized, utilities, graphics, plot
Files Tagged by Daniel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Aug 2006 Numerical derivative of analytic function Calculate the numerical derivative of an analytic function with different methods. Author: Daniel Ennis complex derivative, differentiate, numerical derivative, general 167 2
  • 4.0
4.0 | 1 rating
12 Apr 2006 package This function creates a zip file consisting of a core m-file and the functions it depends upon. Author: Daniel Ennis directories, mfiles, multiple, package, zip, path 125 3
  • 2.5
2.5 | 3 ratings
12 Apr 2006 depfun2 This function allows one to reduce to results of DEFUN through the use of a keyword. Author: Daniel Ennis directories, mfile, function, path, utilities, dependency 95 2
  • 1.5
1.5 | 2 ratings
12 Apr 2006 Screenshot Plot 3D Color Line Plots a 3D line with color encoding along the length using the patch function. Author: Daniel Ennis graphics, line, plot, plotting, color, specialized 124 8
  • 4.125
4.1 | 8 ratings
13 Dec 2005 Screenshot wireframe This function plots a sub-sampled wireframe of a surface. Author: Daniel Ennis wireframe, surf, mesh, surface, plotting, specialized 127 5
  • 4.0
4.0 | 5 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com