photo

ANIKET KADAM


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I have prepared MATLAB code using ODE45 for calling function. Its giving error as "input argument 'z' is undefined. zp(1) = z(2); "
%apple solver code x0=1e-6; %initial position xp0=0; %initial velocity y0=1e-6; %initial position yp0=0; %init...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I want to create a STATE SPACE function. I have converted higher order differential into first order differential. but I am not able to form matrix A(state matrix) and matrix B(input/control matrix) from the equations. Please help
function zp = statespace(t,z); zp(1) = z(2); zp(2) = w/m - c*z(2)/m - k*[z(1)*cos(phi(i)) + z(3)*sin(phi(i))].^(3/2); z...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to solve this equation using state space variable method in matlab ?
<</matlabcentral/answers/uploaded_files/48090/Capture1.PNG>>

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to solve higher order differentail equation using Runge Kutta 4th order method in matlab ?
<< << <</matlabcentral/answers/uploaded_files/48088/equation%20of%20motion.PNG>> >> >>

8 years 前 | 1 个回答 | 0

1

个回答

提问


how do i add output of Fx and Fxd?
F(row,i)= Fx + Fxd

8 years 前 | 1 个回答 | 0

1

个回答