Rank: 255 based on 240 downloads (last 30 days) and 2 files submitted
photo

Ken Garrard

E-mail
Company/University
North Carolina State University
Lat/Long
35.80712127685547, -78.74411773681641

Personal Profile:

Daily yoga practice and riding a bicycle will keep your mind and body healthy.

Professional Interests:
precision engineering, metrology, real-time control systems, statistics

 

Watch this Author's files

 

Files Posted by Ken View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Oct 2011 Screenshot Color coded 3D scatterplot Produces a 3D scatterplot of XYZ data with varying colors Author: Ken Garrard scatterplot, 3d, specialized, color, plot3c, plot3 133 23
  • 4.79167
4.8 | 25 ratings
12 Oct 2011 Screenshot 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard polar, 3d, specialized, plot, plotting, graphics 107 14
  • 4.875
4.9 | 8 ratings
Comments and Ratings by Ken View all
Updated File Comments Rating
09 Feb 2012 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard

dd,
Line 589 uses a ~ (tilde) character as a placeholder for an unneeded function return value. You must be using a version of Matlab prior to the introduction of this feature. Replace the ~ with an unused variable name such as 'dontcare'.

25 Dec 2011 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard

Jim,
The contour function adds Cartesian axes to the figure. I set the 'visible' property of those axes to 'off' in polarplot3d. To turn them on type
   set(gca,'visible','on');
after plotting your data with polarplot3d.

If you want only axis labels and a plot title enter
   set(get(gca,'xlabel'),'visible','on');
   set(get(gca,'ylabel'),'visible','on');
   set(get(gca,'title'), 'visible','on);

Comments and Ratings on Ken's Files View all
Updated File Comment by Comments Rating
09 Feb 2012 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard Garrard, Ken

dd,
Line 589 uses a ~ (tilde) character as a placeholder for an unneeded function return value. You must be using a version of Matlab prior to the introduction of this feature. Replace the ~ with an unused variable name such as 'dontcare'.

08 Feb 2012 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard dd

Hi Ken,
I get the following error msg when running the demo code:

??? Error: File: polarplot3d.m Line: 589 Column: 3
Expression or statement is incorrect--possibly unbalanced (, {, or [.

Can you help me on this?

25 Dec 2011 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard Garrard, Ken

Jim,
The contour function adds Cartesian axes to the figure. I set the 'visible' property of those axes to 'off' in polarplot3d. To turn them on type
   set(gca,'visible','on');
after plotting your data with polarplot3d.

If you want only axis labels and a plot title enter
   set(get(gca,'xlabel'),'visible','on');
   set(get(gca,'ylabel'),'visible','on');
   set(get(gca,'title'), 'visible','on);

14 Dec 2011 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard Ting, Anson
13 Dec 2011 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard Teunas, Jim

This is very usefull.,,,BUT I have problems with 'contour'....when I run the example with 'surfn' canged to 'contour' all the formating, axis lables, title everything disapears!....what is wrong....could someone send me an example of how to use the contour option?

Top Tags Applied by Ken
3d, plotting, specialized, graphics, plot
Files Tagged by Ken View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Oct 2011 Screenshot Color coded 3D scatterplot Produces a 3D scatterplot of XYZ data with varying colors Author: Ken Garrard scatterplot, 3d, specialized, color, plot3c, plot3 133 23
  • 4.79167
4.8 | 25 ratings
12 Oct 2011 Screenshot 3D Polar Plot Plots 3d polar data with polar axis and polar grid Author: Ken Garrard polar, 3d, specialized, plot, plotting, graphics 107 14
  • 4.875
4.9 | 8 ratings

Contact us at files@mathworks.com