Statistics
RANK
18,647
of 297,046
REPUTATION
2
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Error using odearguments???
i have the same problem but when i check class of x0 and tspan it is double than why i got the same error
11 years ago | 1
Question
how to use ode45 to solve a 6 order mimo system i have a equation xdot=Ax+f(x,u)+taud where A is 6*6 matrix f(x,u) is nonlinear 6*1 matrics taud is also 6*1 matrix
i1=0.0068;i2=0.02;a1=.0135;b1=0.0924;a2=0.02;b2=0.09;mg=0.32;b1si=0.006; % b1phi=0.1;kgy=0.05;k1=1.1;k2=y1d;y2d=1.1;T10=1;T21=1...
11 years ago | 0 answers | 0
0
answersQuestion
how we can create u(n) function in matlab to use in design of descrete pid control design and keeping n as a variable
for eqn Second order plant equation: y(n)=9*u(n-1)-9*u(n-2)+2*y(n-1)+y(n-2) PID controller equation in discrete: u(n)=u(n...
11 years ago | 0 answers | 0