Réponse apportée
How can I stack flexible bodies while using spatial contact forces between them?
The Spatial Contact Force block has a geometry port as its interface. You can attach rigid geometry to the flexible body blocks...

plus de 3 ans il y a | 0

Réponse apportée
Can't find equilibrium on simscape multibody/ can't put the steady state by default
There are a few adjustments you should make to your model. Set the Consistency Tolerance in the Solver Configuration block to 1...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
Bugs of Error | Actuator torque acting on joint primitive
It is hard to give you a specific answer without looking at the model. I believe you are applying a discrete motion signal, whi...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
Simscape Multibody torque measurement on bushing joint seems wrong.
Hi Lukas, Your model is delivering the correct results. The force is being applied along the global z-axis, local y axis. The...

plus de 3 ans il y a | 0

Réponse apportée
Unstability of spherical joint
Without your model, it is difficult to give you specific advice. If "fails" means that the spherical joint starts moving due to...

plus de 3 ans il y a | 0

Réponse apportée
How to make a "sail" change its angle relative to way the submarine is moving?
Can you share the model? It would make it easier to give you specific advice. As long as the joint is configured to accept joi...

plus de 3 ans il y a | 0

Réponse apportée
get Solid blocks derived inertia and mass values
The derived properties are displayed on the block, but are not accessible via get_param(). If you want to automate getting th...

plus de 3 ans il y a | 0

Réponse apportée
loaded flexible beam as initial position Simscape
This is a great model - thanks for showing the animation. You cannot specify the initial deflection for the beam through R2022b...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
radius of disc brake block
The Disc Brake block lets you specify the radius to the brake pad, which is what is needed to determine the amount of brake torq...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
Coding a simple model with torsion spring
I think this example model will help you see a way to model this system: Mechanical Rotational System with Stick-Slip Motion ...

plus de 3 ans il y a | 0

Réponse apportée
INVERTED PENDULUM CONTROL
Try looking at this tutorial:Inverted Pendulum: Simscape Modeling https://ctms.engin.umich.edu/CTMS/index.php?example=Inver...

plus de 3 ans il y a | 0

Réponse apportée
Im using spatial contact force between a plane and wheel but when i run the simulation the wheel falls freely. Is it a correct response or it has to stay attached to plane?
Here are some things you can try: Set the maximum step size to something small (like 0.01) to make sure the solver takes a step...

plus de 3 ans il y a | 0

Réponse apportée
If you want to input holding torque to the joint block
You can use joint modes to lock the degree of freedom, and then release it when you want the joint to move. This will, however,...

plus de 3 ans il y a | 0

Réponse apportée
How to Determine the value of Internal Mechanics of Joint Primitive like Spring Stiffness and Damping Coefficient?
Hi @sanjeev kumar, A Revolute Joint in Simscape Multibody permits one degree of freedom. If you want to define damping and spr...

plus de 3 ans il y a | 0

Réponse apportée
Simscape - multibody - frames and transforms - world frame
You need to install Simscape and Simscape Multibody to have access to the Simscape Multibody block libraries. --Steve

plus de 3 ans il y a | 0

Réponse apportée
simscape kinematic loop don't accept motion input on cylindrical joint
Each of the joints in your mechanism has a target position (and possibly velocity) specified. You need to disable the targets o...

plus de 3 ans il y a | 0

Réponse apportée
simscape multibody switching signals (due to Contact Library)
The Simscape Multibody Contact Force Library has blocks that accept an input signal that can disable the force. Look for the bl...

plus de 3 ans il y a | 0

Réponse apportée
Based on geometric Feature option is disabled
You are likely importing an STL file. STL files do not contain the features needed to assign frames. Frame locations and orien...

plus de 3 ans il y a | 0

Réponse apportée
how make changeable joint limits in simscape ?
You will need to apply the joint limits as an external force. Measure the positions of each part/joint, calculate when the forc...

plus de 3 ans il y a | 0

Réponse apportée
How to effectively and optimally simulate multiple robotic platforms in Simscape Multibody
There are many ways to accelerate your model. These can be combined for further speedup. Simplify the quadcopter model - can y...

plus de 3 ans il y a | 1

| A accepté

Réponse apportée
Nonlinear iteration is not converging (using ode23t) in Simscape Multibody
For situations like this, it is possible that changes to the model and the solver settings could enable the simulation to run wi...

plus de 3 ans il y a | 0

Réponse apportée
Single degree of freedom
This example shows you how to model this system in two ways: https://www.mathworks.com/help/simscape/ug/mass-spring-damper-...

plus de 3 ans il y a | 0

Réponse apportée
Plotting a potential energy function
Please read this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a...

plus de 3 ans il y a | 0

Réponse apportée
Getting started solving ODE's - solve m [d^2(theta)/dt^2] + c [d(theta)/dt^2] + k sin(theta) = 0
As mentioned by Roger above: I think you have no choice but to solve it numerically. Even without the friction term in the midd...

plus de 3 ans il y a | 0

Réponse apportée
how can improved gray scale quantization
As mentioned above: Improved over what? What's wrong with the way you're doing it now? Read this link then come back with an im...

plus de 3 ans il y a | 0

Réponse apportée
Index exceeds matrix dimensions
As posted by Geoff in the comments above: The usual procedure is to read the error message, go to the source file and line numb...

plus de 3 ans il y a | 0

Réponse apportée
What is the code to integrate a fixed equation ; Cp = a + bT + cT^2 + dT^3 with varying values of a, b, c, d and T?
Please see this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-...

plus de 3 ans il y a | 0

Réponse apportée
plot
Please see this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-f...

plus de 3 ans il y a | 0

Réponse apportée
Help creating a function file
As suggested above, read this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answe...

plus de 3 ans il y a | 0

Réponse apportée
How to define inertia of a body block in SimMechanics?
For symmetrical objects, such as a sphere or a cylinder, the inertia matrix will have the moments of inertia along the diagonal ...

plus de 3 ans il y a | 0

Charger plus