Rank: 424 based on 166 downloads (last 30 days) and 13 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
20 Sep 2007 Screenshot Bullseye Polar Data Plot This function creates smooth patches of polar data in "bullseye" plot. Author: Daniel Ennis bullseye, polar, plotting, patch, specialized, cardiac 8 6
  • 5.0
5.0 | 6 ratings
16 Aug 2006 Numerical derivative of analytic function Calculate the numerical derivative of an analytic function with different methods. Author: Daniel Ennis differentiate, numerical derivative, complex derivative, general 11 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 path, directories, files, zip, multiple, mfiles 1 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 path, directories, files, mfile, function, dependency 2 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 line, plot, specialized, color, patch, plotting 29 11
  • 4.09091
4.1 | 11 ratings
Comments and Ratings on Daniel's Files View all
Updated File Comment by Comments Rating
03 Jul 2012 Plot 3D Color Line Plots a 3D line with color encoding along the length using the patch function. Author: Daniel Ennis Diamond, Andrew

Apparently, when consecutive x,y points are the same dl will be [0,0,1] and so you end up with alpha and cross(Nz,dl) being 0 yielding a rotation matrix R that is just NaNs and nothing will be plotted for that segment.

There may be more elegant fixes but checking for that and using R=eye(3) if it is nan seems to solve this.

if(isnan(R(1)))
R=eye(3);
end

13 Jun 2012 Spherical Harmonics This function generates the Spherical Harmonics basis functions of degree L and order M. Author: Daniel Ennis seda

Are there any function or example to generate cylindrical harmonics or normal modes of a cylinder??

06 Mar 2012 Plot 3D Color Line Plots a 3D line with color encoding along the length using the patch function. Author: Daniel Ennis Arlow, Richard

This works great! Is there any way to change the color mapping in terms of intensity and/or using other colormaps?

13 Jan 2012 Bullseye Polar Data Plot This function creates smooth patches of polar data in "bullseye" plot. Author: Daniel Ennis Taha

24 Dec 2011 quiver3d This function provides an improvement over the QUIVER3 technique for visualizing 3D vector fields. Author: Daniel Ennis dandelion, Mahmood

I have a 119*255 cell array that contains land and sea area, I set the earth values to NaN and try to use quiver for plot velocity arrow but the result does not look good, because there is a dot on every land point and the arrows are not detectable.
I tried to prepare a matrix of x y u and v and then use quiver the result comes better but not good yet, because sometimes there are 2 arrow from 1 point.
look at this: https://sites.google.com/site/physic4ocean/Home/om2.png?attredirects=0&d=1

would someone help me to prepare a good look of current in this large area?

is it possible to send me a file please?

I am using R2010a and my original file is a nc file.

thank you
Dandelion
apt.man@gmail.com

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
20 Sep 2007 Screenshot Bullseye Polar Data Plot This function creates smooth patches of polar data in "bullseye" plot. Author: Daniel Ennis bullseye, polar, plotting, patch, specialized, cardiac 8 6
  • 5.0
5.0 | 6 ratings
16 Aug 2006 Numerical derivative of analytic function Calculate the numerical derivative of an analytic function with different methods. Author: Daniel Ennis differentiate, numerical derivative, complex derivative, general 11 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 path, directories, files, zip, multiple, mfiles 1 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 path, directories, files, mfile, function, dependency 2 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 line, plot, specialized, color, patch, plotting 29 11
  • 4.09091
4.1 | 11 ratings

Contact us