Answered
SImDriveline Tyre (tire) model & rolling resistance
I happened to see this old question, and wanted to chime in. Rolling resistance was added to the tire blocks (and as a separate...

11 years ago | 0

| accepted

Solved


Add two numbers
Given a and b, return the sum a+b in c.

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago

Answered
connections in pneumatics
Hi Tomas, Good question. The key to this is that each _node_ needs to have a connection to a volume, not each block. A node...

13 years ago | 1

| accepted

Answered
Link SimMechanics to Solidwork
With SolidWorks 64-bit and Windows 64-bit, make sure that your MATLAB installation is also 64-bit.

13 years ago | 0

Answered
how to make body contact in SimMechanics, so that one body does not penetrate into the body of another when it display in animation, such as gripper grasps the objects.
Modeling contact can be quite tricky. A key thing to remember is that the solver does not know the shape of a body in SimMech...

13 years ago | 1

Answered
How Use photodiode model
The port D on the Photodiode is a Physical Signal input port (note the triangle shaped port). This is a unidirectional input wh...

13 years ago | 1

Answered
SimMechanics - Joint Actuator/Motion problem
When actuating motion, you should specify position, velocity, _and_ acceleration (not or). When nothing is attached to an input...

13 years ago | 0

| accepted

Answered
SimMechanics Planar joint trouble shooting
The key thing to observe in that error message is 'mutually dependent definitions'. This can occur when one CS is defined with ...

13 years ago | 1

| accepted

Answered
How to limit angle for Revolute Block
You are on the right track to a possible solution. Instead of connecting a torque sensor to the joint and feeding back the oppo...

13 years ago | 1