Jack Reacher - MATLAB Central
photo

Jack Reacher


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 11/16 to 01/25Use left and right arrows to move selectionFrom 11/16Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
235,188
of 296,468

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

  • Thankful Level 1

View badges

Feeds

View by

Question


Discrete state space find and plot
A = [0 1 0 0 0; -0.4 -1.3 0 0 0; 0 0 2 0 0; 0 0 0 0 -0.4; 0 0 0 1 -1.3]; B = [0; 1; 0; 0; 0]; C = [0 0 0 0 1]; x0 = ...

8 years ago | 1 answer | 0

1

answer

Question


how to graph a discrete state space system
how do i graph: x[(k + 1)] = A*x[k] + B*u[k]. I don't know what C and D are.

8 years ago | 1 answer | 0

1

answer
Go to top of page