Code covered by the BSD License
-
Understanding_Euler_Angles(va...
Understanding_Euler_Angles M-file for Understanding_Euler_Angles.fig
-
Cone( orgin,r,h,dir,n,closed )
CONE Summary of this function goes here
-
Cylinder( orgin,r,h,dir,n,clo...
This Function plots a cylinder at specified orgin, with specified radius, height, direction(axis), no of points along the circumference
-
Extrude( x1,x2,h1,h2,dir,clos...
global xx1
-
[hRevolve, hPlate1,hPlate2]=R...
-
arrow3d( orgin,r,h1,h2,dir)
ARROW3D Summary of this function goes here
-
Rotations.m
-
View all files
from
Understanding the Euler Angles
by Divahar Jayaraman
This is for visualizing the Euler Angles and better understanding of it
|
| Cone( orgin,r,h,dir,n,closed ) |
function [ hCone, hPlate1 ] = Cone( orgin,r,h,dir,n,closed )
%CONE Summary of this function goes here
% Detailed explanation goes here
x=[r 0]';
y=[0 h]';
[hCone hPlate1 hPlate2]=Revolve(orgin,x,y,dir,n,closed);
|
|
Contact us at files@mathworks.com