difference result with same equation
my commands
bhp=100*ones(10,1);
bht=[500;500;500;500;500;300;300;300;300;300];
p= @(bhp,bhT) bhp + g*dz.*rho(bhp,bhT);
...
답변 있음 how to connection 2 grid
W is struct 2x1 consist of :
w(1) = number of cell [412;422;432;442]
w(2) = number of cell [512;522;532;542]
temp is temper...
6년 초과 전 | 0
질문
how to connection 2 grid
hi
i have 2 grid
wc1 = W(1).cells;
wc2 = W(2).cells;
i want to write wc consift of w(1) and w(2)
Temp = ones(size(wc))*20...
6년 초과 전 | 답변 수: 3 | 0
3
답변
질문
Unexpected MATLAB expression.
i try to make equation but when i run have problem
Unexpected MATLAB expression.
a=(T) 247.8./((T-273)+68.12963))
anyone ...
How to make loop ?
I have the script below:
wc = W(1).cells; % connection grid cells
WI = W(1).WI;
dz = W(1).dZ;
I want to c...
거의 7년 전 | 답변 수: 1 | 0
1
답변
질문
Non existent field for T (temperature)
Dear all
i new user using mathlab, i got some coding that related with my study but need to modified,
some code had i changed,...
How to create the two-layer grid?
I find codding but in my mind it's not explained clearly that it is two layers.
%% Create the grid: a simple cartesian grid...