How can i connect multiple system to one solver configuration block?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have made battery charging-discharging circuit, but i want the entire system to have a single solver configuratioin and not have seperate solver for the batterypack and the relay for ChargingEnabled Node. I have been trying to connect the solver to both at the same time, but it is not letting me. How do i solve this issue?
0 Kommentare
Antworten (1)
Divyajyoti Nayak
am 9 Sep. 2024
Bearbeitet: Divyajyoti Nayak
am 9 Sep. 2024
I see that you want the entire model to have the same solver configuration and so are trying to attach the 'Solver Configuration' block to multiple parts of the model. This is not needed as the 'Solver Configuration' model applies the configuration properties for the entire model. Multiple 'Solver Configuration' blocks are only needed if there are more than one topologically different models (two models that are not connected to each other). Here's the documentation link for the 'Solver Configuration' block for more information:
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Troubleshooting finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!