Statistics
RANK
7,705
of 295,467
REPUTATION
6
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Simulate prismatic joint in a simple 4 bar mechanism
Figured it out!! Thanks anyways.
12 years ago | 0
| accepted
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 ago | 1
Question
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 ago | 1 answer | 0
1
answerdriven 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 ago | 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...
12 years ago | 0
| accepted
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 ago | 0
Question
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 ago | 2 answers | 0