Interpolating the Interval Where the Signal Goes to Infinity
5 次查看(过去 30 天)
显示 更早的评论
I'm modelling a battery cell and while modelling the equation below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/775578/image.png)
Using the chain rule:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/775583/image.png)
I, T_cell and OCV are known.
I modelled the equation like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/775588/image.jpeg)
While the cell temperature is a constant, the signal output is interrupted. I aim to interpolate those intervals. I tried to use Switch and Delay method, but it didn't work. Is this possible? If so, how can I do that?
2 个评论
Mathieu NOE
2021-10-25
hello
you simply cannot do a division with zero at the denominator (when Tcell is constant)
采纳的回答
Can
2021-10-25
编辑:Can
2021-10-25
2 个评论
Mathieu NOE
2021-10-26
hello again
I'm not familiar with battery models , but I wonder if we can simply switch between models based on when Tcell is constant or not
My 2 cents
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Test Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!