how to solve Error: Unexpected MATLAB expression
显示 更早的评论
i write command for initial pressure in grid cell (FVM = finite volume methods) i have done define p_init(below)
p_init = reshape(deval(equil, G.cells.centroids(:,3)), [], 1);
when i run, MATLAB did not recognize
p_conn(bhp,bhT) p_init(wc(1)) + g*dz.*rho(bhp,bhT) ↑ Error: Unexpected MATLAB expression.
i try execution, MATLAB can define anyone can help me, what wrong with my commands?? aa= p_init(wc(1))
aa =
2.0397e+07
4 个评论
Dennis
2018-7-17
I think u missed a =.
p_conn(bhp,bhT) p_init(wc(1))+ g*dz.*rho(bhp,bhT)
% ^^^^ there should be something!
vaya putra
2018-7-17
Dennis
2018-7-17
You get the same error?
vaya putra
2018-7-17
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Decision Logic 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!