Feeds
질문
How to change the value of a variable in a iterative loop?
My code consists of 3 heat flow equations that needs to be solved. In one of those 3 equations, the mass of the fluid is variabl...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
Array/Vector allocation not happening. Please Help.
Tc(1)=Tci; Th(1)=Tho; mcc=70 %cooling water mass flow rate while (j>1) massc=mass/a; Qf=0; h...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Second argument must be a vector of symbolic variables. I am getting this error even though i have placed the arguments in an array. Please guide how to rectify it.
area=0.0031; U=0.00002884; a=305; cph=851.013; cpc=4.187; massc=0.01; mcc=70; syms x; syms y; b=300; Tavgh=(a+x)/2; T...
7년 초과 전 | 답변 수: 1 | 0