統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
computing the trajectory of a particle in a dilute uniform turbulent air flow. The particle diameter and turbulence level are to be input as user inputs
can any body suggest the code
12年以上 前 | 0 件の回答 | 0
0
回答質問
i am unable to get a plot .....as my plot fig is coming empty .....please tel me if anyone notice my mistake i paste the code
x(1)=-4; %initial position of particle in x direction y(1)=1; %initial position of particle in y direction ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
i wrote this code for a particle moving with fluid toward a big sphere and depend on the reynold number of the fluid and diameter of the particle it will hit the big sphere or get over it with the fluid.this code is running but may be i have not def
%-- 18-04-2013 15:01 --% x(1)=-4; y(1)=1; R(1)=sqrt(x(1)^2+y(1)^2); p=1780; f=1.2; dp=100e-6; m = 15.11e-4;...
12年以上 前 | 0 件の回答 | 0
0
回答質問
i have written this code i want to solve this heat equation for n vary from 0 to n(any value) for each value of x at each case from t= 0 to 10
syms l t n x pi alpha ; a=input(('please enter alpha:')); b=input(('please enter length:')); c=input(('please enter num...
12年以上 前 | 1 件の回答 | 0