can someone provide me a code on power to heat conversiton. Ex: heat pump
1 回表示 (過去 30 日間)
古いコメントを表示
if true
% code
end
0 件のコメント
回答 (1 件)
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);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!