![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16651887_1571780790982_DEF.jpg)
hüsna özlem mermer
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
95,591
of 296,544
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,385
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,645
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
I want to calculate each v value from each diameter value, then the value of Re one by one, and for all the calculations in the for loop,but this code give me single value for v, Re, f . Where am I doing wrong? Sorry I'm beginner in mtlab.
clc; close all; clear; L=(2000+(5*50)) T=5+5*0.25 It=0.0075*L ht=0.15*T bt=0.50*It e=0.0003*(5+50) t=15000/sqrt(9.81/ht...
3 years ago | 1 answer | 0
1
answerQuestion
I want to calculate Re for each diameter value but I get this error ''unable to perform assignment because the left and right sides have a different number of elements.''.how can I fix this ? Sorry, Im beginner in matlab.
clear all clc L=(2000+(5*50)) T=5+5*0.25 It=0.0075*L ht=0.15*T bt=0.50*It e=0.0003*(5+50) t=15000/sqrt(9.81/ht) V=It*ht*...
3 years ago | 1 answer | 0
1
answerQuestion
I want to do the calculations in the for loop for each diameter, D value, and then draw the graph for each result, but with this code, I calculate one value and only one value appears in the graph. Where am I doing wrong? Sorry I'm beginner in mtlab
L=(2000+(5*50)) T=5+5*0.25 It=0.0075*L ht=0.15*T bt=0.50*It e=0.0003*(5+50) t=15000/sqrt(9.81/ht) V=It*ht*bt flwrt=V/t ...
3 years ago | 1 answer | 0