Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I NEEED TO KNOW ABOUT WIND TURBINE HOW TO DO IT BY CODING MATLAB

3 visualizaciones (últimos 30 días)
Ahmed
Ahmed el 22 de Mzo. de 2025
Cerrada: John D'Errico el 22 de Mzo. de 2025
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

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by