Community Profile

photo

James


Last seen: 거의 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I can't find error's reason help;;; (about plot function)
As you see red box, tensStrain & tensStress is same size of double form so I think it could be plot but error occurs.... they...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Euler 's Method for falling velocity ode..
Mass = 100/6*pi*0.04^3; g=9.8; A=0.25*pi*0.04^2; U=0.0001; dt = 0.01; for t=0:dt:15-dt Re = 1.25*0.04*U/0.000015; ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


ODE45 Code Application
M = 100/6*pi*0.04^3; g=9.8; A=0.25*pi*0.04^2; Re = @(U) 1.25*0.04*U/0.000015; CD = @(Re) 24./Re+(2.6*Re/5)./(1+(Re/5).^1.52)+(...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


how can I set axis's tick or scale like photo.. help plz,,
CD = @(Re) 24./Re+(2.6*Re/5)./(1+(Re/5).^1.52)+(0.411*(Re/263000).^(-7.94))./(1+(Re/263000).^(-8))+(0.25*Re/10^6)./(1+Re/10^6); ...

거의 4년 전 | 답변 수: 2 | 0

2

답변