How to calculate efficiency in simulink?
조회 수: 31 (최근 30일)
이전 댓글 표시
Active cell equalization technique for li ion battery
댓글 수: 0
답변 (1개)
Aditya Jha
2022년 11월 15일
Hi!
I am assuming that you want to calculate efficency for as a fucntion of dissipated power losses
You can calculate the efficiency in Simulink using the following command:
>>efficiency = pe_getEfficiency(‘loadIdentifer’, node)
It returns the efficiency of a circuit based on the data extracted from a Simscape™ logging node.
You can refer to the following documentation to know how to calculate efficiency in Simulink:
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!