Slider[Style1]

ค้นหาบล็อกนี้

คลังบทความของบล็อก

ขับเคลื่อนโดย Blogger.

Ex final2


Ex final1


Vt_equation 3




Vt_equation 2

clear
clc
g=input("g.....");
u=input("u.....");
ps=input("ps.....");
pw=input("pw.....");
d=input("d.....");
vt=(1/18)*(((ps-pw)*g*d^2)/u);
printf("Vt=.%f",vt);


Vt_equation 1

clear
clc
g=9.81
u=0.001002
ps=2.5*1000
pw=1*1000
d=2e-6
vt=(1/18)*(((ps-pw)*g*d^2)/u);
printf("Vt=.%f",vt);



if-else


My money 4



My money 3



My money2


My money


graph log2


https://drive.google.com/open?id=0B--Sc8FktjfaZVJmQkVHMHpCNlE

Ex final2