본문내용
.1;
>> c=0.25;
>> t=0:20;
>> g=9.8;
>> v=sqrt(g*m/c)*tanh(sqrt(g*c/m)*t);
>> plot(t,v)
>> xlabel('\bf{시간}','fontsize',12)
>> ylabel('\bf{속력}','fontsize',12)
>> title('\bf{공기속 자유 낙하}','fontsize',12)
>> c=0.25;
>> t=0:20;
>> g=9.8;
>> v=sqrt(g*m/c)*tanh(sqrt(g*c/m)*t);
>> plot(t,v)
>> xlabel('\bf{시간}','fontsize',12)
>> ylabel('\bf{속력}','fontsize',12)
>> title('\bf{공기속 자유 낙하}','fontsize',12)
소개글