Skip to content
Permalink
5bdd3c726d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 416 Bytes
function = parameters(ga_w,ga_t,ga_a,ga_d,gc_w,gc_t,gc_a,gc_d)
%UNTITLED3 Summary of this function goes here
% Detailed explanation goes here
%ga_w = 4; %lbf - make as input value
%ga_t = 50; %teeth number - input
%ga_a = 20; %deg - input
%ga_d = 4; %diametric pitch - input
%gc_w = 2; %lbf - make as input value
%gc_t = 25; %teeth number - input
%gc_a = 20; %deg - input
%gc_d = 4; %diametric pitch - input
end