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

meer dan 11 jaar ago | 0

| accepted

Solved


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

meer dan 12 jaar ago

Solved


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

meer dan 12 jaar 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...

meer dan 12 jaar 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 ...

meer dan 12 jaar 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:...

meer dan 12 jaar 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...

meer dan 13 jaar 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.

meer dan 13 jaar 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...

meer dan 13 jaar 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...

meer dan 13 jaar 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...

meer dan 13 jaar 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 ...

meer dan 13 jaar 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...

meer dan 13 jaar ago | 1