Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

4 vues (au cours des 30 derniers jours)
Ahmed
Ahmed le 22 Mar 2025
Clôturé : John D'Errico le 22 Mar 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

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by