본문내용
./V_3).^(1.33-1);
>> hold on
>> plot(t_1,P)
>> plot(t_2,P_2)
>> plot(t_3,P_3)
>> hold off
>> plot(t_2,x_b,t_2,y_b)
>> plot(t_1,T_u1)
>> hold on
>> plot(t_2,T_u2)
>> plot(t_2,T_b1)
>> plot(t_3,T_b2)
>> hold on
>> plot(t_1,P)
>> plot(t_2,P_2)
>> plot(t_3,P_3)
>> hold off
>> plot(t_2,x_b,t_2,y_b)
>> plot(t_1,T_u1)
>> hold on
>> plot(t_2,T_u2)
>> plot(t_2,T_b1)
>> plot(t_3,T_b2)
소개글