PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if not provided, a green sphere is produced)
All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated.
Output:
h - a handle to the patch object
The axes are also plotted:
positive x axis is red
positive y axis is green
positive z axis is blue
Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details:
Programming I, WXES1114, taught by SMT.
Besides, your program must test all the accessor and mutator methods you had defined and the toString() method. toString() method is a special method inherited from the Object class. You have to override this method to display all the information about a course.
s file contains the Joone Distributed training Environment (DTE).
See http://www.jooneworld.com/docs/dte.html to learn more about it.
To learn more about Joone - Java Object Oriented Neural Engine: http://www.joone.org
Joone and the DTE are both released with the LGPL license
@2004 Paolo Marrone and the Joone team - All rights reserved
====================================================================
Credits
The Joone DTE uses the following external packages:
- SUN Jini Network Technology http://wwws.sun.com/software/jini/index.html
- Computefarm Framework http://computefarm.jini.org
- Spring Framework http://www.springframework.org
We want to thank all the authors and contributors of the above packages.
Please read the respective licenses contained in this distribution.