Answered
stability or accuracy in making model, which one is more important?
The importance of stability versus accuracy in model development depends on the specific context and goals of the project. Accur...

1 year ago | 0

Answered
how can i implement cdma technique using matlab?
A good starting point to learn about this topic is: https://www.mathworks.com/help/comm/ug/gsm-cdma-and-wimax-channel-models.h...

1 year ago | 0

Answered
how to change phasor type to discrete type
In 2012 I don't think this was easy to do. Since R2023a, an interface to connect a Discrete Phasor network to Discrete network i...

1 year ago | 0

Answered
for loop hanging in mfile
Is the while (abs(g(j)) > 0.001) that is causing the problems as abs(g(j) is always greater than 0.001. The algorithm may also b...

1 year ago | 0

Answered
dynamically changing inductance value
If using Simscape it is possible to use a Variable Inductor block: https://www.mathworks.com/help/sps/ref/variableinductor.html...

1 year ago | 0

Answered
How is calculate the current through the condensator?
The capacitor is described by I=C(dV/dt) where I is current, C is capacitance, V is voltage, and t is time.

1 year ago | 0

Answered
I want to design the loss calculation model of three phase inverter and loss calculation of the motor using the FEM Parameterized PMSM
For simulation with semiconductor switches you cannot use Frequency and time simulation. Frequency and time simulation mode spee...

1 year ago | 0

Answered
I tried to find many papers finding a script of MPPT with shading , but i can't find it . Can you help me? to write this script? In those papers has only simulink
The question is unclear. I would advise to check this Simscape Electrical example as a starting point: https://www.mathworks.co...

1 year ago | 0

Answered
Calculate the torque of PMSM motor (within FOC) , using just the quadrature current and Motor back EMF constant
Considering the back EMF constant as the peak voltage induced by the permanent magnet in the per-unit rotational speed of each o...

1 year ago | 0

Answered
How to connect simpower 2013a circuit connections with simpower 2020a circuit connectons
You are trying to connect two different technologies. In 2020a the two technologies are part of Simscape Electrical. The blue bl...

1 year ago | 0

Answered
hi, im a student from madrid, im trying to model a simple battery with the battery (table-based) block, but im getting a temperature related error
I don’t have the model, but I suspect is issue arises from the data extrapolation. There is a mask parameter ‘Extrapolation meth...

1 year ago | 0

Answered
Function dnlim unrecognized.
In your netlist the function dnlim us called a few times but this function is nt defined anywhere. Therefore, subcircuit2ssc wil...

2 years ago | 0

| accepted

Answered
Creating a 2D Lookup Table for PMSM in EV Applications Using Simulink
Since 2024a, the generateMotorDriveROM function takes a motor drive subsystem and creates a reduced-order model (ROM) in the for...

2 years ago | 0

Answered
FOC speed control oscillation
This is probably due to controller parameterization. I suggest trying to use the PID autotuner which can deal with non-linear sy...

2 years ago | 0

Answered
Interface between simscape electrical and specialized power systems
This can be done using Controlled Voltage/Current sources and sensors. However, it is better to use only one technology because ...

2 years ago | 0

Answered
Battery pack(battery builder app) to SOC estimator connection issue
By default, the SOC Estimator blocks do not allow a vector of currents input. To enable cell currents as inputs you need to tick...

2 years ago | 0

Answered
Open-end winding induction motor model simulink
Simscape Electrical has many machines that have the open end configuration exposed. Induction Machine Squirrel Cage has both ~1 ...

2 years ago | 0

Answered
Simulate open loop V/f for induction motor with the given parameters in MATLAB Simulation. Nominal Power : 850 kW
A good starting point to learn more abput V/f (scalar) control of induction machines is this example in Simscape Electrical: ht...

2 years ago | 0

Answered
EV inverter simulation - Simscape electrical vs simscape specialized power systems
The choice would depend on many factors, such as multi-domain simulation, required level of fidelity, and so on. For this applic...

2 years ago | 0

Answered
I want to design the loss calculation model of three phase inverter and loss calculation of the motor using the FEM Parameterized PMSM
Frequency-and-time equation formulation is intended for systems with a single nominal frequency. It is not possible to simulate ...

2 years ago | 0

Answered
Has anyone tried to simulate a multicell DC-DC converter with intercell transformer?
Simscape Electrical can model a multicell DC-DC converter that includes an intercell transformer. While there isn't a dedicated ...

2 years ago | 0

Answered
How can I find the steady state of the Externally Excited Synchronous Motor model?
Starting in R2023b, you must use openExample to open Simscape Electrical example models from the MATLAB Command Window. You can ...

2 years ago | 1

| accepted

Answered
Connect a PV block model to charge a battery
Simscape Electrical provides many solar examples to start with. Check the Stand-Alone Solar PV DC Power System with Battery Back...

2 years ago | 0

Answered
V/F closed loop control of 3-phase Induction Motor
The PI integrator is too aggressive. Reducing the integral gain will fix the problem in this case. As there is an integrator in ...

2 years ago | 1

| accepted

Answered
SimPowerSystems PMSM block parameter
The "Back EMF Flat Top Area" refers to the flat region of the Phase back-EMF waveform when the motor is configured for a trapezo...

2 years ago | 0

Answered
What is mistake in the PWM generator for the Dual Active Bridge model I built?
The problem is the Max step size computed by the model. The parameter ‘Max step size’ in the Model Settings/Solver is set to ‘au...

2 years ago | 0

Answered
How to convert controlled pwm voltage block from electrical port to physical port using Matlab 2014a?
The option to have PS input (as opposed to electrical connections) was introduced in R2017b.

2 years ago | 0

Answered
How can I simulate online PSO based MPPT in simulink?
Yes, you can use the MATLAB Function block in Simulink to implement custom code, including a Particle Swarm Optimization (PSO) a...

2 years ago | 0

Answered
Why the different response of two Simulink models?
The two structures are not the same. A PID controller is designed to take an error signal as input, which is the difference betw...

2 years ago | 0

Answered
Problem in generating PWM pulses for DC-DC converter
This line of code is not doing what is intended: m=[0 1],[0.5 0.5];%Message amplitude must be less than Sawtooth to make it wo...

2 years ago | 0

Load more