Feeds
已回答
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...
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...
1 day 前 | 0
已回答
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
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
1 day 前 | 0
已回答
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...
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...
1 day 前 | 1
已回答
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....
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 days 前 | 0
已回答
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....
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 days 前 | 0
已回答
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...
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 days 前 | 0
已回答
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...
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 days 前 | 0
已回答
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
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 days 前 | 0
已回答
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 ...
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 days 前 | 0
已回答
Why do simscape components not use branches?
The component conduction is using the base class foundation.thermal.branch (see first line): component conduction < foundation....
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 days 前 | 0
已回答
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 ...
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 ...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
Fuel cell model compatibility
Since R2021a Simscape Electrical provides a Fule Cell block in Simscape technology: https://www.mathworks.com/help/sps/ref/fuelc...
Fuel cell model compatibility
Since R2021a Simscape Electrical provides a Fule Cell block in Simscape technology: https://www.mathworks.com/help/sps/ref/fuelc...
14 days 前 | 0
已回答
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.
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.
14 days 前 | 0
已回答
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
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
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
Visualize Simscape Component Variables
Since R2020a, this can be done using Simscape Probe: https://www.mathworks.com/help/simscape/ref/probe.html
Visualize Simscape Component Variables
Since R2020a, this can be done using Simscape Probe: https://www.mathworks.com/help/simscape/ref/probe.html
14 days 前 | 0
| 已接受
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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 ...
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 ...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 0
已回答
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...
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...
14 days 前 | 1
| 已接受
已回答
"ssc_build" a .mdl file instead of .slx in R2014A
The only supported extention is .slx.
"ssc_build" a .mdl file instead of .slx in R2014A
The only supported extention is .slx.
15 days 前 | 0
已回答
Practical implementation of Space Vector Modulation
This page is the best place to start: https://www.mathworks.com/discovery/space-vector-modulation.html
Practical implementation of Space Vector Modulation
This page is the best place to start: https://www.mathworks.com/discovery/space-vector-modulation.html
15 days 前 | 0
已回答
How to change *.m file to *.ssc extension?
When saving the file, you can explicitly specify name.ssc. Alternatively, you can rename from name.m to name.ssc afterwards.
How to change *.m file to *.ssc extension?
When saving the file, you can explicitly specify name.ssc. Alternatively, you can rename from name.m to name.ssc afterwards.
15 days 前 | 0





