Info
此问题已关闭。 请重新打开它进行编辑或回答。
I NEEED TO KNOW ABOUT WIND TURBINE HOW TO DO IT BY CODING MATLAB
1 次查看(过去 30 天)
显示 更早的评论
as=cell2mat(WindTurbines(WTM,3)); %%Area swept by the blade(m) (as=pi*(rw)^2
eff=cell2mat(WindTurbines(WTM,4)); %%Efficiency 95%
vcut=cell2mat(WindTurbines(WTM,5)); %%cut out speed 40m/s
vin=cell2mat(WindTurbines(WTM,6)); %%cut out speed 2.5m/s
vr=cell2mat(WindTurbines(WTM,7)); %%cut out speed 9.5m/s
pr=cell2mat(WindTurbines(WTM,8)); %%rated power pr=5kw
pcut=cell2mat(WindTurbines(WTM,9)); %%output power at cut-out speed pcut=4kw
pmax=cell2mat(WindTurbines(WTM,10)); %%maximum output power
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!