Answered
Which Solver in Simelectronics similar to Pspice solver
The ode23t and daessc solvers are closest to the solver that SPICE traditionally uses. They are global solvers, variable-step. I...

3 years ago | 0

Answered
Grid-tie
The AC Voltage Source can be used to model the load. A relevant example in Simscape Electrical is: https://mathworks.com/help/s...

3 years ago | 0

Answered
Need matlab code of the Electrical Distribution System Modeling project
Best place to look is File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/66599-distribution-system-model-in-si...

3 years ago | 0

Answered
how to connect piezo stack in simulink
A simple model using Piezo Stack block is: Another example using this block is: https://www.mathworks.com/help/sps/ug/hybr...

3 years ago | 0

Answered
I want to generate a rectangular pulse of duration 4ms and period 32ms with a unit amplitude
Pulse Generator block in Simulink should do the job.

3 years ago | 0

Answered
How to drive the "IGBT SimElectronics component" when it is in the upper arm of an inverter ?
Simscape Electrical provides a Half-Bridge Driver block that would allow to control both high and low side switches. For an ex...

3 years ago | 0

Answered
testing dataset for nntool.
nntool has been removed. Use NNSTART instead. A good place to start is the Training a Model from Scratch example.

3 years ago | 0

Answered
Simulink Stepper motor models differences
The two blocks offer equivalent functionality but are implemented in two different technologies, Simscape and Specialized Power ...

3 years ago | 0

Answered
hi everyone, i amnew to matlab how to solve the coding errors? i have written a code for svpwm .it is showing as error input arguments.please solve this error
This code is running with some changes: Line 8: x>=O should be probably x>=0 as 'O' is undefined Line 12: vl=[O 1 1 1 1 0], ag...

3 years ago | 0

Answered
How to design a LED light in SimPowerSystem?
Probably best place to start is the Linear LED Driver example in Simscape Electrical.

3 years ago | 0

Answered
How can design landing gear touchdown input in Simulink?
A good place to start is the follwing File Exchange example which uses Simscape: https://www.mathworks.com/matlabcentral/fileex...

3 years ago | 0

Answered
how to set maxiter gradient to 500 in svmtrain () ?
svmtrain has been removed. With appropriate code changes, use fitcsvm instead.

3 years ago | 0

Answered
The Pulse Generator in "elec_igbt_event_based" demo can only work in the first 10 microseconds of the simulation.
This is indeed due to a special configuration in the Simulink model. This behaviour can be changed from the Configuration Parame...

3 years ago | 1

Answered
simscape electronics reference node error
The blocks are belonging to two different technologies, Simscape and Specialized Power Systems. It is better to use a single tec...

3 years ago | 0

Answered
Simulation for Flyback converter
Best place to start is the Flyback Converter example in Simscape Electrical.

3 years ago | 0

Answered
I need to get 200ns of the rise time voltage using IGBT model in Simulink, how can I do this?
For this kind of use cases it is best to use the N-Channel IGBT block in Simscape Electrical, Simscape technology.

3 years ago | 0

Answered
LPV function missing?
If this is the LPV System block in Control System Toolbox, it was introduced in R2014b. If it is about something else, the licen...

3 years ago | 0

Answered
compute phase mean and phase standard deviation of signal
Functions mean and std in MATLAB will return the mean value and the standard deviation respectively.

3 years ago | 0

Answered
DEADBAND GENERATION (DELAY)
A Transport Delay block for continuous-time simulation or Delay block for discrete-time simulation can be used to keep the imple...

3 years ago | 0

Answered
Simulink rectangular wave with alternate phase shift
If the signal is periodic, the Repeating Sequence block will do the job.

3 years ago | 0

Answered
Second Life Batterie for Microgrid applications
Best place to start when designing and simulating battery packs is Simscape Battery, a new toolbox introduced in R2022b. There a...

3 years ago | 0

Answered
Three phase unbalanced load
The simplest way would be to use the Controlled Voltage Source block, this is available in both Simscape and Specialized Power S...

3 years ago | 0

Answered
Simulink design for Total demand distortion
Sure we can compute TDD using Simulink in a similar manner as we compute the THD. The TDD is defined as the total root-sum-squar...

3 years ago | 0

Answered
droop control of pv system
A good place to start is: https://www.youtube.com/watch?v=KE7yp5uuuIQ&ab_channel=MATLAB

3 years ago | 0

Answered
I want to use Lotka-Volterra model equation to describe the competition among four mobile operators. Can you help me with model equations and parameters?
Probably best place to start is: https://mathworks.com/help/matlab/math/numerical-integration-of-differential-equations.html

3 years ago | 0

Answered
Can we access the neutral point of star connected three-phase induction motor?
The Induction Machine Squirrel Cage block in Simscape Electrical, Simscape technology gives access to both ends of the windings....

3 years ago | 0

Answered
Repetition control structures using factorial in Srinivasa Ramanujan equation
This question was answered before: https://mathworks.com/matlabcentral/answers/587153-approximating-pi-by-using-ramanujan-s-for...

3 years ago | 0

Answered
problem with how to get parameter of DC motor by using Arduino and Matlab Simulink
The MATLABĀ® Function block Voltage Command To Pins reads from the serial port and routes the voltage commands to the appropriate...

3 years ago | 0

Answered
For the green and blue accelerometer block in Simulink, what kind of input are you supposed to put in the R port?
The R port in the Accelerometer is a translational port. The accelerometer provides an output voltage that is proportional to th...

3 years ago | 0

| accepted

Answered
How to model parasitics in semiconductors
Simscape Electrical provides an N-Channel MOSFET and and N-Channel IGBT offering high fidelity implementation.

3 years ago | 0

Load more