photo

Kashmira Vinay


Last seen: 10개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Generate a state space matrix of longitudinal dynamics of an aircraft and determine it's transfer function
For Boeing 747 @40,000 ft, certain parameters are assigned. Based on those, we have to find the state space matrix for Longitudi...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to plot unit step response and how to identify the transient response characteristics?
The given system is a second order system; 𝑦̈ + 2𝑦̇ + 7𝑦 = 𝐹(𝑡)

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


Solve the ODE using ODE45 and plot the response for the initial conditions
funtion xdot = ode45(x, t); xdot = x^4 - 7*x^2 + 6*x; %Plotting Data %x(0) = -3.5 subplot(311) t = (0: 0.01 : 0.5); x = ('...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to determine the equilibrium points of a non linear ODE?
%Given ODE-> xdot = x^4 - 7x^2 + 6x %For equilibrium, xdot = 0 and the roots of the equation are given by P = [1 0 -7 6 0]; r...

거의 2년 전 | 답변 수: 0 | 0

0

답변