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

回答