Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Faster simulation using simulink
Posted 2025年4月11日 GMT+8 14:39 Electromagnetics, LiveLink for MATLAB, Studies & Solvers Version 6.0 1 Reply
Please login with a confirmed email address before reporting spam
Hello everyone,
I am simulating the behavior of Litz wire using the LiveLink for MATLAB and observe its current, voltage, and resistance. My simulating model is complex (cannot be reduced/simplified/meshed further). after observing the running time, i found the following code takes 95% of time.
model.sol('sol').runAll;
can you please give me any alternative code to run the model so that I can execute it fast. I only want to record the current, voltage, and resistance.
Any solver sequence I can use for the faster simulation?
Thanks in advance