photo

Raju Purohit


NITK, Surathkal

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
5 Réponses

RANG
7 695
of 300 352

RÉPUTATION
6

CONTRIBUTIONS
2 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Simulate prismatic joint in a simple 4 bar mechanism
Figured it out!! Thanks anyways.

presque 13 ans il y a | 0

| A accepté

Réponse apportée
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 ...

presque 13 ans il y a | 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 ...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 13 ans il y a | 0

Réponse apportée
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...

presque 13 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 13 ans il y a | 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...

plus de 14 ans il y a | 2 réponses | 0

2

réponses