ee_getpowerlossSummary function not giving results

I am trying to get power loss summary of my model which uses multiple mosfets. Due to the size of simulation I expected some calculation time would be taken however, I am not able to get switching loss or power dissipated values in output and the script stays stuck at Busy for hours. Although the function works perfectly fine when i am just calculating the powe loss without exposing the thermal port or when i expose thermal port of only few mosfets. But when i try using this with thermal port exposed for all mofets it stays stuck forever.

답변 (1개)

Umar
Umar 2024년 7월 2일

0 개 추천

Hi Samveg,
I just read your comments about facing with the script getting stuck at "Busy" this issue likely indicates a computational bottleneck due to the increased thermal calculations for all MOSFETs. If I were you, my approach would be optimizing code for efficiency. One approach i will suggest is to parallelize the calculations using MATLAB's Parallel Computing Toolbox to distribute the workload across multiple cores or processors, thereby reducing the overall computation time.
For more information on parallel computing toolbox, please refer to
https://www.mathworks.com/products/parallel-computing.html
Hope this will help resolve your problem. Good luck!

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

도움말 센터File Exchange에서 Simscape Electrical에 대해 자세히 알아보기

제품

릴리스

R2023b

질문:

2024년 7월 1일

답변:

2024년 7월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by