Feeds
已回答
Simulate prismatic joint in a simple 4 bar mechanism
Figured it out!! Thanks anyways.
Simulate prismatic joint in a simple 4 bar mechanism
Figured it out!! Thanks anyways.
12 years 前 | 0
| 已接受
已回答
daily averages of hourly data
use a "for" loop. If your data values are stored in x, then sum = 0; for i=1:52584 sum = sum + x(i); end avg ...
daily averages of hourly data
use a "for" loop. If your data values are stored in x, then sum = 0; for i=1:52584 sum = sum + x(i); end avg ...
12 years 前 | 1
提问
Simulate prismatic joint in a simple 4 bar mechanism
Dear all, I am trying to simulate a mechanism which includes a crank (rotating link and having smaller length) attached to a ...
12 years 前 | 1 个回答 | 0
1
个回答已回答
driven a ball following a predefined trajectory in simmechanics
It is possible! I am pretty sure where you have gone wrong. In the block parameters of your second joint actuator, you perhap...
driven a ball following a predefined trajectory in simmechanics
It is possible! I am pretty sure where you have gone wrong. In the block parameters of your second joint actuator, you perhap...
12 years 前 | 0
已回答
seperating integer values using if block in simulink
I cannot be sure unless you post your model but I think the problem arising in your model is by this: in the block parameters of...
seperating integer values using if block in simulink
I cannot be sure unless you post your model but I think the problem arising in your model is by this: in the block parameters of...
12 years 前 | 0
| 已接受
已回答
set parameter value from mfile
There are several ways. # You can pause the simulation at any instant and go to the particular block parameters and change t...
set parameter value from mfile
There are several ways. # You can pause the simulation at any instant and go to the particular block parameters and change t...
12 years 前 | 0
提问
Create a block to read keyboard inputs
I want to create a block in simulink which prompts me to enter a key & reads ASCII values from keyboard while running a simulati...
13 years 前 | 2 个回答 | 0