photo

Raju Purohit


NITK, Surathkal

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

2 Domande
5 Risposte

RANK
7.709
of 300.369

REPUTAZIONE
6

CONTRIBUTI
2 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

quasi 13 anni fa | 0

| accettato

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

quasi 13 anni fa | 1

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

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

quasi 13 anni fa | 0

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

quasi 13 anni fa | 0

| accettato

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

quasi 13 anni fa | 0

Domanda


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

oltre 14 anni fa | 2 risposte | 0

2

risposte