답변 있음
Splitting Vector Elements in Simulink
Try using a <http://www.mathworks.com/help/simulink/slref/selector.html Selector block> instead, from the same library as the De...

대략 11년 전 | 4

답변 있음
testing of system identification process?
You can use the <http://www.mathworks.com/help/control/ref/lsim.html lsim> function to simulate the transfer function under some...

대략 11년 전 | 0

| 수락됨

답변 있음
i have a power system modeled in simulink. i want to use the power_analyze function in simulink. Is there any way that i can use this function?
You can use <http://www.mathworks.com/help/simulink/slref/coder.extrinsic.html coder.extrinsic> to declare |power_analyze| as a...

대략 11년 전 | 1

답변 있음
Updating property of an Object without creating new object
When you create a class in MATLAB, it is by default a value class. If you want to update objects by reference, you should make t...

대략 11년 전 | 27

| 수락됨

답변 있음
Raw data as an input in Simulink
One way to load data into a Simulink model is by opening up the Model Configuration Parameters (Ctrl+E) and going to the <http:/...

대략 11년 전 | 0

답변 있음
Two Mass Spring System PID Control
You could do many things to address this: * As you said, use a different output matrix like |[1 -1 0 0]|. This may work depen...

대략 11년 전 | 0

답변 있음
Bode Plots - Changing Line Styles
You should use the line style in the bode (or bodemag) function itself, as follows: >> sys1 = rss(2); >> bodemag(sys1,'b...

대략 11년 전 | 0

| 수락됨

답변 있음
How can I define electrical label like "+12V" in simscape
Simscape doesn't have general-purpose "Goto" and "From" tags like Simulink does. Since you mentioned "+12V" specifically, I c...

대략 11년 전 | 1

| 수락됨

답변 있음
Event triggered subsystems in Simulink
Joseph, You could use <http://www.mathworks.com/help/simulink/ug/about-conditional-subsystems.html conditional subsystems,> w...

대략 11년 전 | 0

| 수락됨

답변 있음
Function 'tic' is not supported for code generation
You can use <http://www.mathworks.com/help/simulink/slref/coder.ceval.html coder.ceval> to call an external function. To impleme...

대략 11년 전 | 0

답변 있음
Absolute and Relative Tolerances
These are tolerance metrics used by variable-step solvers in Simulink. They are used to answer the question: "should the solver ...

대략 11년 전 | 0

| 수락됨

답변 있음
finding forces exerted by the body
Can't you use a <http://www.mathworks.com/help/physmod/sm/mech/ref/jointsensor.html Joint Sensor> block? <http://www.mathwork...

대략 11년 전 | 0

답변 있음
Effect of "Simulation stop time" to transfer function
You likely have your solver's time step specified as "auto". By default, Simulink will pick 1/50 of the total simulation time......

대략 11년 전 | 0

답변 있음
Does anyone know how to display my robot end-effector trajectory in simmechanic 2nd gen Mechanical explorer window ?
Unfortunately, you can't display trajectories directly on the Mechanics Explorer window. This is something that I'm sure our dev...

대략 11년 전 | 0

답변 있음
How to connect simscape elements and simulink/simpower system elements in matlab 2010?
In R2011b, SimPowerSystems (SPS) includes some interface blocks that do the work for you. However, you should still be able to d...

대략 11년 전 | 1

답변 있음
Timer function and standalone display issues
If your timer takes much longer to compute than the period you allow it, I can see why MATLAB would hang up and never be able to...

대략 11년 전 | 0

| 수락됨

답변 있음
How to generate matlab code in a simulink block
Sure you can, with the MATLAB Function block: http://www.mathworks.com/help/simulink/ug/creating-an-example-model-that-uses-a...

대략 11년 전 | 0

답변 있음
Does anyone have 3/4/5/6 bus sytem using sim power system ?
This <http://www.mathworks.com/help/physmod/sps/examples/initializing-a-5-bus-network-with-the-load-flow-tool-of-powergui.html 5...

대략 11년 전 | 0

| 수락됨

답변 있음
How to model a free multibody in simmechanics?
Did you modify the <http://www.mathworks.com/help/physmod/sm/ref/mechanismconfiguration.html Mechanism Configuration> block incl...

대략 11년 전 | 0

답변 있음
How to generate random pulse using Matlab/simulink?
There are many blocks in the Simulink <http://www.mathworks.com/help/simulink/sources.html Sources> library to do this. * If ...

대략 11년 전 | 1

답변 있음
head detection from video frames
Have you seen this link? http://www.mathworks.com/discovery/face-recognition.html

대략 11년 전 | 0

답변 있음
Transfer function fitting from ASCII-data file
If you have System Identification Toolbox, you can package up the frequency + complex response data in an <http://www.mathworks....

대략 11년 전 | 0

| 수락됨

답변 있음
Pneumo-Hydraulic Actuator mechanical ports
Hi Alex, 1. You are right. The L port is equivalent to the R port in a traditional Mechanical Simscape block. If you want acc...

대략 11년 전 | 0

| 수락됨

답변 있음
How to save the last value of a simulation in a .mat ?
Hello Aurelien, Have you looked into saving a <http://www.mathworks.com/help/simulink/ug/saving-and-restoring-the-simulation-...

대략 11년 전 | 0

답변 있음
Algebraic loop error in Matlab Simulink
Have you seen <ttp://www.mathworks.com/matlabcentral/answers/95310-what-are-algebraic-loops-in-simulink-and-how-do-i-solve-them ...

대략 11년 전 | 0

| 수락됨

답변 있음
hello every one, i got an error in simulation during running. please help me out how can i rectifies that error, it is a closed loop . the error is as shown in the BODY
Have you seen <ttp://www.mathworks.com/matlabcentral/answers/95310-what-are-algebraic-loops-in-simulink-and-how-do-i-solve-them ...

대략 11년 전 | 0

답변 있음
How to connect PS Product
Hi Billy, The PS Product block is only for physical signals that come out of Simscape sensor blocks. What you have coming out...

대략 11년 전 | 0

답변 있음
Is it possible to change Simulink Default Font?
I believe you can use the Simulink preferences to change the default fonts for new models. Does <http://www.mathworks.com/hel...

대략 11년 전 | 2

답변 있음
Simulink algebraic loop unsolved
The reason the output (and not the input) affect your algebraic loop is related to the definition of <http://www.mathworks.com/m...

대략 11년 전 | 2

답변 있음
Data Dictionary and Model Parametrization
Hi Florian, I'll give these questions a try. *1.* The Data Dictionary is intended to completely replace the base workspace...

대략 11년 전 | 0

| 수락됨

더 보기