
Joel Van Sickel
MathWorks
Statistics
RANK
184
of 262,502
REPUTATION
512
CONTRIBUTIONS
0 Questions
488 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
70
RANK
14,684 of 17,974
REPUTATION
8
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
30
RANK
of 113,529
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Three phase time varying load
The issue is how your circuit is set up. You need a snubber resistor to ground (for all three phases) because you can't have tw...
7 days ago | 0
what type of simulations and analysis can be done using Simulink on an electric motor, battery and motor contoller
Please start with this example: https://www.mathworks.com/help/physmod/sps/ug/three-phase-pmsm-drive.html;jsessionid=973818b691b...
7 days ago | 0
Transfer function of full bridge inverter and LLC circuit.
As there are switching devices, you either need to use averaging techniques to extract it analytically (do it by hand) or you ca...
14 days ago | 0
Some initial guidance with creating a microgrid model for typical mining application using simulink ?
Hello, Here is an example to get started: https://www.mathworks.com/help/physmod/sps/ug/24-hour-simulation-of-a-vehicle-to-grid...
21 days ago | 0
| accepted
Bidirectional converter for an energy storage system
Hello, unfortunately, there is not enough information from the screen shot to know for sure what is wrong. If possible, share ...
21 days ago | 0
How to find frequency of the signal coming from an inverter output, simulink?
you attatch the scope to voltage and current measurement outputs. You have a voltage measurement right there that you could att...
1 month ago | 0
The following two blocks cannot be connected in series
Hello Arian, this is a limit based on how that block is implemented. You can either put a larger resistor in parallel with tha...
1 month ago | 0
Parameters of "Generic supercapacitor model" is that of a single cell or the entire stack?
Hello Gokul, the first three parameters are for the super capacitor as a whole (Total). It uses the number of series and paral...
1 month ago | 0
| accepted
How can I find the source of an ssc_build() error when the stack trace doesn't list the offending file
This one: V2 = ee.additional.spice_sources.volt_pulse(V1={-1e-3,'V'},V2={1e-3,'V'},TD={0,'s'},TR={500e-9,'s'},TF={500e-9,'s'}, ....
2 months ago | 0
Modelling a voltage controlled current source
This looks like it creates an algebraic loop. It's easier to do this type of modelling using simcape: https://www.mathworks.com...
2 months ago | 0
pulse gate in thyristor
If you post a screenshot of your simulink model (or share the model) it might be easier to point out what the specific issue is....
2 months ago | 0
The active variant must be configured before the simulation is started for pwm generator
Hello Asma, modifying the "inverter control" block as is likely caused the problem. That block is specifically designed as a s...
2 months ago | 1
How to measure the output impedance of single-phase and three-phase inverters connected to the grid?
I would start with this block: https://www.mathworks.com/help/physmod/sps/powersys/ref/impedancemeasurement.html but more gener...
2 months ago | 0
| accepted
Continuous Powergui to Discrete Powergui
You need to add a snubber to your MOSFET, try 100000, and set your time step to 1/350000/100. This system might be better model...
2 months ago | 0
Error Appears while Using Simulink Design Optimization to Estimate Model Parameters for DC Motor
Hello Subin, the most likely issue is that the fixed step time is too large to simulate accurately. Variable step solvers auto...
2 months ago | 0
convert cell to an integrable function
This question was answered by Jan in the comments. To clean up the answers section, I am posting it down here as well: Yes, th...
2 months ago | 0
Diode color change in Simulink
Hello Abhi, unfortunately, there is not a good way to change the diode color while a simulation is running. Regards, Joel
2 months ago | 1
| accepted
Active cell balancing of Li-ion Battery pack
To get started, it's important to have a background in using Simulink and Simscape, here is some free training to help with that...
2 months ago | 0
hybrid energy storage system for E-cycle
Hello, this type of model can be modified to have any type of converter you want, but you will have to do it yourself. Here ar...
2 months ago | 0
Did someone simulated Power Synchronization Control(PSC) as a control mthod for grid forming inverter ?
Hello, To do this type of simulation, you will first need basic skills in Simulink and Simscape. There are free courses here: ...
2 months ago | 0
Simscape Thermal Model Error "Thermal Temperature must be greater than absolute zero"
It is highly likely that your heat flow sensor is grounding the Air Inside FRP cabin thermall mass block. heat flow must be mea...
3 months ago | 0
why dynamic load doesnt work and static works just fine?
Hello Tony, the dynamic load adjusts it's behavior based on input, so it is easier for it to cause a simulation to go unstable ...
3 months ago | 1
i need help in how to ste the parameters of a electricl circute as Variables in simulink ?
Hello, you type a variable name into the paramter. Then you need to creat that variable in the matlab workspace. This should ...
3 months ago | 0
| accepted
Model for surface touch panel
Hello Peter, you woudl want to start with the building block variable capacitor: https://www.mathworks.com/help/physmod/sps/ref...
3 months ago | 0
Current mode PWM - Relational Operator did not behave as expected
Hello, It looks like the issue might be the solver is not detecting the zero crossing that should be caused when the current go...
3 months ago | 0
How to make input in degree value with dwell time ?
Hello Rishan, this is a fairly complicated question depending how far you have to take it. If you want to create a Simulink mo...
3 months ago | 1
| accepted
Three phase breaker controll by phase difference
Hello, first, you need to make sure you know the basics of the tools, so you need to start here: https://www.mathworks.com/lea...
3 months ago | 0
I want to connect some simulink block to circuit tried using simulink-PS converter
Hello, you are using specialized power systems. Specialized power systems does not require a Simulink to Physical Signal conve...
3 months ago | 0
How i can model a variable DC load in KW that changes over time on SIMULINK
Hello Giorgos, this block lets you specify what your power load is: https://www.mathworks.com/help/physmod/sps/ref/dynamicload...
3 months ago | 0
| accepted
How to implement a battery charger and discharging.
Hello Salah, most converters have two loops, one for current, and one for voltage. When you switch from CV to CC, you simply r...
3 months ago | 0