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

fast 11 Jahre vor | 4

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

fast 11 Jahre vor | 0

| akzeptiert

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

fast 11 Jahre vor | 1

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

fast 11 Jahre vor | 27

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 1

| akzeptiert

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 1

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 1

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 2

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

etwa 11 Jahre vor | 2

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

etwa 11 Jahre vor | 0

| akzeptiert

Mehr laden