You are on page 1of 1

clear all;close all; clc

format long
l= (0:0.2:1);
r=l/1000;
b=64
m= 0.654422
d=0
e= 22
f= 2256000
g= 10
% for j = 1:3
for i= 1:6
k(i)= (b* sqrt(1-(r(i)^2/(0.005587)^2))-(0.0021478));
s(i)=k(i)/1000 ;
t(i)= ((m*b)+(s(i)*((d*e)-(f*g)))/(d*s(i)+m))

end
%end
plot (r,t)
% hold on
% plot (r,t(:,2))
% hold on
% plot (r,t(:,3))
%

You might also like