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

etwa 13 Jahre vor | 0

| akzeptiert

Gelöst


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

etwa 14 Jahre vor

Gelöst


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

etwa 14 Jahre vor

Gelöst


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

etwa 14 Jahre vor

Gelöst


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

etwa 14 Jahre vor

Gelöst


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

etwa 14 Jahre vor

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

fast 15 Jahre vor | 1

| akzeptiert

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

etwa 15 Jahre vor | 0

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

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 1

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

etwa 15 Jahre vor | 0

| akzeptiert

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

etwa 15 Jahre vor | 1

| akzeptiert

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

etwa 15 Jahre vor | 1