Respondida
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...

alrededor de 11 años hace | 4

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 1

Respondida
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...

alrededor de 11 años hace | 27

| aceptada

Respondida
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:/...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 1

| aceptada

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

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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 ...

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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......

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 1

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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 ...

alrededor de 11 años hace | 1

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

alrededor de 11 años hace | 0

Respondida
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....

alrededor de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Respondida
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-...

alrededor de 11 años hace | 0

Respondida
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 ...

alrededor de 11 años hace | 0

| aceptada

Respondida
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 ...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 2

Respondida
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...

alrededor de 11 años hace | 2

Respondida
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...

alrededor de 11 años hace | 0

| aceptada

Cargar más