Problem with mathematical operations
이전 댓글 표시
I am having trouble putting this together on matlab
t=0:0.05:.35
v(t)=sqrt((0.0035*(1440)*9.81)/0.0018)*tanh(sqrt(0.0335*(1440)*9.81*0.0018)/(0.035*2700).*t)
all of that is times t and then tanh(t) I tried to work it out and the book says the result a t=0.35 is 0.5120m/s what am I doing wrong thanks for the help
채택된 답변
추가 답변 (1개)
francis
2013년 7월 6일
편집: the cyclist
2013년 7월 7일
댓글 수: 4
the cyclist
2013년 7월 6일
"the matlab book" isn't very meaningful. (Amazon lists over 4,600 books when you search on MATLAB.)
Can you post a screen shot of the problem?
francis
2013년 7월 6일
the cyclist
2013년 7월 7일
Found it.
You have an error in your units. The radius of the sphere is 0.2 cm, not 0.2 m.
francis
2013년 7월 7일
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!