Community Profile

photo

hüsna özlem mermer


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

1

个回答

提问


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

1

个回答

1

个回答