photo

Raju Purohit


NITK, Surathkal

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
5 个回答

排名
7,700
of 299,759

声誉
6

贡献数
2 个提问
5 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Simulate prismatic joint in a simple 4 bar mechanism
Figured it out!! Thanks anyways.

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

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

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

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

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

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

14 years 前 | 2 个回答 | 0

2

个回答