Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
I NEEED TO KNOW ABOUT WIND TURBINE HOW TO DO IT BY CODING MATLAB
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!