Is there any limitation in number of simulink elements used in a .slx file?
조회 수: 4 (최근 30일)
이전 댓글 표시
Is there any limitation in number of simulink elements used in a .slx file?
Actually I wish to design a battery bank of 100kW by using Li-cell (pre-defined model 3.6V, 3.Ah LiNio2). While creating a module of 50cell it's ok. But when i started copy- paste that module to get more module, it starts slow down the process and after exceeding 4 module, it shows error and didn't work.
Suggest me to how to design this with temperature effect in concederation?
댓글 수: 0
채택된 답변
Walter Roberson
2019년 1월 18일
Student and Home licenses are restricted to 1000 blocks. Other licenses might struggle beyond 2^31 or 2^40 blocks if you had enough memory .
If you have algebraic loops then the processing time would rise with at least the square of the number of blocks in the loop.
댓글 수: 0
추가 답변 (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!