isilay aydin
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
206,012
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
could you help me with this explanation?
OverallEffectinevess = (MassFlowFunction*ConvectionCoolingEfficiency)/(1 + MassFlowFunction*ConvectionCoolingEfficiency); Metal...
4 years ago | 1 answer | 0
1
answerQuestion
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
answersQuestion
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