Réponse apportée
Problem with "initial conditions failed to converge" when connecting rotational to translational system
Your code looks good. I think that the issue is that it often (depending on how it is connected) lead to index-2 DAE. The eq...

plus de 14 ans il y a | 2

Réponse apportée
Simulink Feedback Loop (Function-Call feedback Latch)
The "Function-Call feedback latch" option is available only if the Inport is inside a function call subsystem. If you want a del...

plus de 14 ans il y a | 0

Réponse apportée
Replacement for simset?
The main reason why the 'SrcWorkspace' is not documented anymore is because it is not compatible with the parallel toolbox. T...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
Finding the velocity from displacement
I like to use a filtered derivative to do that. A transfer function in the form s/(tau*s+1)^2 with the right "tau" will give...

plus de 14 ans il y a | 0

Réponse apportée
How to include fluid inertia in a pipe that oscillates linearly in Simscape/SimHydraulic
With SimHydraulics, the Segmented Pipeline block should help. It simulates a hydraulic pipeline with resistive, fluid inerti...

plus de 14 ans il y a | 0

Publié le


Model-Based Design of a Dicycle
The other day I found this video: If you watch carefully, you will see around 1:50 that they used Simulink to design...

plus de 14 ans il y a

Thumbnail

Réponse apportée
Units problem during STL file importing
Is it possible that you are affected by this bug: http://www.mathworks.com/support/bugreports/675606 If not, please contac...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
[Simulink] Discrete equivalent of variable transport delay
The Delay block should do the job: http://www.mathworks.com/help/toolbox/simulink/slref/delay.html You will need to enable...

plus de 14 ans il y a | 0

Réponse apportée
Simulink and Variable Sized Global Variables
Simulink supports variable size signals. However you need to specify a maximum size. This topic is covered here: http://ww...

plus de 14 ans il y a | 0

Réponse apportée
simmechanics model
There is no block in SimMechanics to direction compute friction forces between wheels and ground. Typically, what you need to...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
DriveLine Environment Error
There can be many causes for this error. One example is if there is no mass in your system. Simulink will try to solve "F=ma"...

plus de 14 ans il y a | 0

| A accepté

Publié le


Frames… from signals to blocks
Today I want to talk about an important topic for DSP System Toolbox and Communications Toolbox users: Frame-Based...

plus de 14 ans il y a

Thumbnail

Publié le


Model-Based Design Dilemma
I am currently working on a model and I have a dilemma. There are two ways I could model my system. I need you to tell me...

plus de 14 ans il y a

Thumbnail

Réponse apportée
inserting code in sim-mechanics model
Use Sensor blocks to measure the motion (position, velocity, acceleration of bodies and joints). In Simulink implement any funct...

plus de 14 ans il y a | 1

| A accepté

Réponse apportée
Simulink - Forward Euler Backward Euler
This really looks like you are affected by the following bug: http://www.mathworks.com/support/bugreports/326058 Try setti...

plus de 14 ans il y a | 1

Réponse apportée
I need to detect the zero voltage for switching on the mosfet .i am currently working on quasi resonant converter.do anyone have an idea on how to detect the zero voltage crossing using simulink blocks?
The Hit Crossing block is designed especially to detect zero-crossing. http://www.mathworks.com/help/toolbox/simulink/slref/h...

plus de 14 ans il y a | 1

| A accepté

Réponse apportée
algebraic loop
I recommend taking the time to go through the algebraic loop section of the doc: http://www.mathworks.com/help/toolbox/simuli...

plus de 14 ans il y a | 0

Publié le


Mixed-signal modeling with Simulink
If you’re a mixed-signal engineer, we have a Christmas present for you – a new library of mixed-signal blocks and demos...

plus de 14 ans il y a

Thumbnail

Publié le


Welcome to the Linear Analysis Tool!
Today I am happy to welcome back guest blogger Erman Korkut to talk about the new Linear Analysis Tool. Linear...

plus de 14 ans il y a

Thumbnail

Publié le


Simulink Student Challenge Results
Do you remember that a few months ago Seth posted a video to launch the first Simulink Student Challenge? We are...

plus de 14 ans il y a

Thumbnail

Publié le


Initializing buses using a MATLAB Structure
Did you notice that since R2010a it is possible to initialize buses with a MATLAB structure? If you were not aware, here is...

plus de 14 ans il y a

Thumbnail

Réponse apportée
problem with sine-wave and scope component in simulink
You might be interested by that: http://blogs.mathworks.com/seth/2009/07/14/refining-the-output-of-a-simulation/

plus de 14 ans il y a | 1

Réponse apportée
Integrator problem
This is probably because the input signal is different during minor steps. You can confirm that by trying: - Try ode1 solver....

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
Motion singularity in simulink
It is not the mass on each joint, but the configuration of the system. For example, a serial manipulator can get into a singular...

plus de 14 ans il y a | 0

Réponse apportée
using get_Param inside an S-function
What you are doing (closing the file) should be done in mdlTerminate!

plus de 14 ans il y a | 0

Publié le


Finding where variables are used from the Model Explorer
In a previous post, we illustrated the Simulink.findVars function. To be honest, I am not very good at remembering the...

plus de 14 ans il y a

Thumbnail

Réponse apportée
Simscape problem
Please go through the "Getting Started" section of the Simulink Control Design documentation: http://www.mathworks.com/help/t...

plus de 14 ans il y a | 1

Publié le


Sample Time Offset
I noticed that many users are not aware that it is possible to specify sample time offsets in Simulink. Scalar Sample...

plus de 14 ans il y a

Thumbnail

Réponse apportée
derivative input
Try what the error message says: - If the model is fixed step, try reducing the step size - Try changing the solver toleranc...

plus de 14 ans il y a | 0

Réponse apportée
what is the difference between mux and vector concatenate?
Look at the section "Stabilizing Numerical Derivatives in Actuation Signals" in this page to see how to compute velocity and acc...

plus de 14 ans il y a | 2

Charger plus