Is there any limitation in number of simulink elements used in a .slx file?
    4 views (last 30 days)
  
       Show older comments
    
    Sarva Ruvinigya Somanshu
 on 18 Jan 2019
  
    
    
    
    
    Answered: Walter Roberson
      
      
 on 18 Jan 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 Comments
Accepted Answer
  Walter Roberson
      
      
 on 18 Jan 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 Comments
More Answers (0)
See Also
Categories
				Find more on Sources in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!