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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0