Answered
LLC resonant converter for Battery charging &discharging
A good starting point is Simscape Electrical. See this example as for a start: https://www.mathworks.com/help/sps/ug/dc-dc-llc-...

5 months ago | 0

Answered
Why is Matlab unable to import Wolfspeed Mosfet with Diode Model?
It is not currently supported to automatically parameterize a MOSFET (or IGBT) with protection diode. To parameterize an IGBT ...

5 months ago | 1

| accepted

Answered
How to generate waveforms in MATLAB from pre-calculated converter values?
If you only want to visualize the steady-state periodic waveforms of a buck converter, using only analytical calculations, you c...

5 months ago | 1

| accepted

Answered
Simscape Multi-Domain Custom Component Icon Colors
Using svg format together with domain-specific line styles can lead to unexpected results, because domain line styles and colors...

5 months ago | 0

| accepted

Answered
How to link .m files with simscape ?
This can be done using the MATLAB Function in Simulink: https://www.mathworks.com/help/simulink/slref/matlabfunction.html

5 months ago | 0

Answered
Is there such a thing as a Physical Signal Bus
As previously mentioned, there is a Simscape bus available, but it functions only with standard bi-directional physical connecti...

5 months ago | 1

Answered
Where can I find practice problems using simulink?
There are now many self-paced online courses on MAthWorks website, including a few on physical modeling: https://matlabacademy....

5 months ago | 0

Answered
Standard Overcurrent Protection Relay Block
Simscape Electrical provides an example that shows how to model an overcurrent relay in an AC microgrid: https://www.mathworks....

5 months ago | 0

Answered
Create a Parallel RL Branch in a custom .ssc that will mimic a Parallel RL Branch Component
A good starting point is the Simscape documentation. check out this example that creates a custom resistor: https://www.mathwor...

5 months ago | 0

Answered
Is it possible to discretize a simscape model ?
In the Solver Configuration block enable 'Use local solver'. https://www.mathworks.com/help/simscape/ref/solverconfiguration.ht...

5 months ago | 0

Answered
Please allow simscape ports be placed at adjacent sides
This has been possible for a few years now using annotations: https://www.mathworks.com/help/simscape/lang/annotations.html

5 months ago | 0

Answered
connecting universal bridge to subsystem block
Domain specific lines cannot be connected to Simulink inputs/outputs directly. You need to build an interface using sensors and ...

5 months ago | 0

Answered
Why do simscape components not use branches?
The component conduction is using the base class foundation.thermal.branch (see first line): component conduction < foundation....

5 months ago | 0

Answered
How to connect simscape block and simpowersystems block
It is not possible to connect a PS signal to an electrical domain line (or any other domain) You can use a controlled source or ...

6 months ago | 0

Answered
What is the reason that some solvers are not available as a global solver in Simulink, but are available as a local solver in Simscape?
These solvers (Backward Euler, Trapezoidal Rule, and Partitioning) are specifically designed to handle the physical network equa...

6 months ago | 0

Answered
How to run examples from website?
Before R2019a, if this example was available in a particular release and Simscape Electronics was installed, the command would j...

6 months ago | 0

Answered
Fuel cell model compatibility
Since R2021a Simscape Electrical provides a Fule Cell block in Simscape technology: https://www.mathworks.com/help/sps/ref/fuelc...

6 months ago | 0

Answered
When running ssc_build, a library is autogenerated. How do you specify that the file type is .mdl?
Only .slx format is supported by sscbuild.

6 months ago | 0

Answered
how can i create a dynamically controlled resistance (can be controlled by a input signal) which can be connected to rotor terminal of asynchronous machine in powerlib.
A variable resistor should do this: https://www.mathworks.com/help/simscape/ref/variableresistor.html

6 months ago | 0

Answered
How to retrieve data from the simscape results explorer.
This page should answer the question: https://www.mathworks.com/help/simscape/ref/simscape.logging.series.html For example, a m...

6 months ago | 0

Answered
I have temperature data in hours and the simscape model developed gives me results in J/s. I am confused how to convert the model to J/hr format. Please Help!
In Simscape Results Explorer if you click on that arrow under the unit, you will be able to change it to a different unit such a...

6 months ago | 0

Answered
Visualize Simscape Component Variables
Since R2020a, this can be done using Simscape Probe: https://www.mathworks.com/help/simscape/ref/probe.html

6 months ago | 0

| accepted

Answered
Simulink - 3 line diagram converted to 1 line diagram
You are trying to connect blocks from two different technologies. This is not directly possible. Best practice is to use only on...

6 months ago | 0

Answered
i'm doing a project in MATLAB 16a and i am unable to connect the blocks
The Supercapacitor block in Simscape Electrical has been introduced in R2016b. For older versions a custom implementation can be...

6 months ago | 0

Answered
How can I model axial flux generator in simscape?
PMSM block in Simscape Electrical can be used to represent an axial flux PMSM. Other machines in the Simscape Electrical library...

6 months ago | 0

Answered
What's the difference between "translation inerter" block and "mass" block in simscape?
The Mass block represents an ideal mechanical translational mass. The Translational Inerter block represents a device that has ...

6 months ago | 0

Answered
Why can't i connect the two blocks in Simscape
These two blocks belong to two different technologies. It is not possible to directly connect them. Best practice is to use only...

6 months ago | 0

Answered
How to define a nonlinear magnetic reluctance in Simscape language?
There is a magnetic reluctance block in foundation library since 2010. Check out the documentation: https://www.mathworks.com/he...

6 months ago | 0

Answered
How can I convert a .m file to .ssc file?
When saving the file, you can explicitly specify name.ssc. Alternatively, you can rename the file afterwards from name.m to name...

6 months ago | 0

Answered
simscape language - vectors of models for discretisation
Simscape Language component arrays provide an intuitive way to model composite components with an arbitrary number of homogeneou...

6 months ago | 1

| accepted

Load more