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

1 次查看(过去 30 天)
if true
% code
end

回答(1 个)

Naveed Ahmed
Naveed Ahmed 2018-7-31
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);

类别

Help CenterFile Exchange 中查找有关 Thermal Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by