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 years 前 | 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 years 前 | 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 years 前 | 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...