Simulink Problem in differential equation
Simulink Problem in differential equation
(OP)
I want to apply this equation on simulink.
alpha = omega * setta (as setta changes from 0 to 90 degree)
where:
setta :- angle.
omega :- angular velocity.
alpha :- angular acceleration.
I tried to make it So i made the following diagram
But I cannot insert values for setta!! So how to enter setta as changes from 0 to 90
alpha = omega * setta (as setta changes from 0 to 90 degree)
where:
setta :- angle.
omega :- angular velocity.
alpha :- angular acceleration.
I tried to make it So i made the following diagram
But I cannot insert values for setta!! So how to enter setta as changes from 0 to 90

RE: Simulink Problem in differential equation
xnuke
"Live and act within the limit of your knowledge and keep expanding it to the limit of your life." Ayn Rand, Atlas Shrugged.
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.
RE: Simulink Problem in differential equation
alpha = omwga^2 / setta
The block diagram
RE: Simulink Problem in differential equation
but how to get values of omega and alpha when setta changes form 0 to 90
RE: Simulink Problem in differential equation
image in better resolution
RE: Simulink Problem in differential equation
RE: Simulink Problem in differential equation
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: Simulink Problem in differential equation