Code covered by the BSD License  

Highlights from
Helicopter Rotor motion simulator

image thumbnail
from Helicopter Rotor motion simulator by Divahar Jayaraman
Educating tool for understanding the complicated Helicopter blade motions & various reference planes

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