Is there any limitation in number of simulink elements used in a .slx file?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sarva Ruvinigya Somanshu
el 18 de En. de 2019
Respondida: Walter Roberson
el 18 de En. de 2019
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 comentarios
Respuesta aceptada
Walter Roberson
el 18 de En. de 2019
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Energy Storage en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!