Community Profile

photo

Raju Purohit


NITK, Surathkal

Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 1

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

Frage


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

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten