isilay aydin
Followers: 0 Following: 0
Feeds
提问
how can i write a code with consecutive number between 0-100 and use this values inside my code?
x = 0.05 + (0.1-0.05).*rand(10,1); i made this code to use number x with different values but i dont want them to be random num...
4 years 前 | 2 个回答 | 0
2
个回答提问
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
NumberOfCoolantChannels = 3; Atotal = 4.721*10e-5 ... Total Flow Cross Section Ac = Atotal/NumberOfCoolantChannels ...Sing...
4 years 前 | 1 个回答 | 0
1
个回答提问
could you help me with this explanation?
OverallEffectinevess = (MassFlowFunction*ConvectionCoolingEfficiency)/(1 + MassFlowFunction*ConvectionCoolingEfficiency); Metal...
4 years 前 | 1 个回答 | 0
1
个回答提问
i generate random numbers of x, how can i use this random x values for the rest of the code
x = 0.05 + (0.1-0.05).*rand(10,1); Perimeter = (pi*HydraulicDiameter); NumberOfCoolantChannels = 3; Npass = 1; ...Number of...
4 years 前 | 0 个回答 | 0
0
个回答提问
After i generate random numbers of x, how can i use this random x values to the rest of the code one by one. Because after that, I want to plot a friction factor-x number grapt with this different numbers
x = 0.05 + (0.1-0.05).*rand(10,1); Perimeter = (pi*HydraulicDiameter); NumberOfCoolantChannels = 3; Npass = 1; ...Number of...
4 years 前 | 1 个回答 | 0