MATLAB: Is there an example for how to model an NMC Li-ion battery in Simulink

SimscapeSimscape Electrical

There are shipped example from MathWorks for : Lead Acid, LFP (Lithium Ion), NMH (Nickel Metal Hydride) and NiCad (Nickel Cadmium) . See link below for an example:
I am looking for NMC (Nickel Manganese Cobalt) battery/cell model. Where can I find such an example?

Best Answer

The example you mention use the block below, from our Specialized Power Systems library:
This block contains a parameter  "Use a preset battery" which contains a list of 10 predetermined temperature-related parameters of typical lithium-ion batteries. The options include LiFePO4, LiNiO2, and others. Selecting one of these options specifies some of the parameters in the Temperature tab. Currently there is not a preset battery for NMC type cells but you can specify these parameters in the Temperature tab based on the parameters of the specific cell you are trying to model. Note that the existing preset batteries are for example purposes and are not meant to model all cells of that chemistry as parameters like  Thermal resistance, cell-to-ambient will vary greatly even among batteries of the same Anode-Cathode chemistry (like LiFePO4). 
Another thing to note is that in the examples such as the one below, the ageing parameters have been changed from their default values. Again, these parameters are only meant as an example as these will also vary even among Li cells of the same Anode-Cathode material. These will have to be specific to the type of battery you are looking to model.
For more information on battery modeling in Simulink, please refer to the following link which goes over some other ways to model batteries and how to estimate battery parameters.
Related Question