Community Profile

photo

isilay aydin


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

3 years ago | 2 answers | 0

2

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


could you help me with this explanation?
OverallEffectinevess = (MassFlowFunction*ConvectionCoolingEfficiency)/(1 + MassFlowFunction*ConvectionCoolingEfficiency); Metal...

4 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer