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
標簽:
PlotSPHEREIntensity
elevation
azimuth
intensity
上傳時間:
2014-01-15
上傳用戶:ruan2570406
Matlab 畫三維立體圖形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.
Some features of the library are:
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
through an intuitive syntax.
Ex: createPlane(p1, p2, p3) to create a plane through 3 points.
- derivation of new shapes: intersection between 2 planes, intersection between
a plane and a line, between a SPHERE and a line...
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
arrays (face array contain indices of vertices), and support faces with any
number of vertices. Some basic models are provided (createOctaedron,
createCubeoctaedron...), as well as some computation (like faceNormal or
centroid)
- manipulation of planar transformation. Ex.:
ROT = createRotationOx(THETA);
P2 = transformPoint3d(P1, ROT);
- direct drawing of shapes with specialized functions. Clipping is performed
automatically for infinite shapes such as lines or rays. Ex:
drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points
drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line
Some functions require the geom2d package.
Additional help is provided in geom3d/Contents.m file, as well as summary files
like 'points3d.m' or 'lines3d.m'.
標簽:
Matlab 畫三維立體圖形
上傳時間:
2015-11-02
上傳用戶:A1321
The present work, Advanced Process Engineering Control, is intended to be the
continuation of the authors? Basic Process Engineering Control published by
DeGruyter in 2014. It presents the main and conventional type control loops in process
industries. Titles containing the concept of process engineering were deliberately
chosen to suggest the inclusion, within the same approach, of processes other than
the traditional ones. These come from outside the traditional fields of chemistry and
petrochemistry: the SPHERE of pharmaceuticals, wastewater management, water puri-
fication, water reserve management, construction material industry, food processing,
household or automotive industries.
標簽:
Advanced_Process_Engineering_Cont
rol
上傳時間:
2020-06-10
上傳用戶:shancjb