use the following parameters: ⦁ m=1 kg; ⦁ l=16 m; ⦁ h=-22 m; ⦁ theta0=-170 deg (negative); ⦁ theta_b=55 deg (positive). in matlab

main.m
m = 1; % kg
l = 16; % m
h = -22; % m
theta0 = -170; % deg
theta_b = 55; % deg

% Now you can use these parameters in your MATLAB code
134 chars
8 lines

related categories

gistlibby LogSnag