How can i mutiply variable in simulink

i got a problem with the equation: t*y(t)''+4y(t)'+2y(t)=4 How can i mutiply y(t)'' by variable 't' in simulink? Gain is not working with 't' \

Answers (1)

Use a clock block to get the time t

6 Comments

t is not the time, t is a variable(like x). Can you help?
How did you realize y''(t) in simulink?
with two integrator. x*y(x)''+4y(x)'+2y(x)=4.
That means x represents time
even x does not represent time, use a clock to get your variable value
ok, thanks.

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Products

Asked:

on 16 Sep 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!