Effacer les filtres
Effacer les filtres

can someone provide me a code on power to heat conversiton. Ex: heat pump

4 vues (au cours des 30 derniers jours)
krishna chaitanya
krishna chaitanya le 31 Juil 2018
if true
% code
end

Réponses (1)

Naveed Ahmed
Naveed Ahmed le 31 Juil 2018
Try this MATLAB function
function jou = pow2energy(pwr,nhrs)
% make sure pwr is in watts, nhrs is time in hours, use conversion from min/sec to hrs if necessary
jou = (pwr/1000)*nhrs;
return(jou);

Catégories

En savoir plus sur Thermal Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by