Feeds
提问
Simulink & Block diagrams- MIMO systems
I have a state space representation of a system. I am required to use a single integrator, gains, and summation blocks in order ...
13 years 前 | 0 个回答 | 0
0
个回答提问
Syms and Plugging numbers into equations
Essentially I used syms so that I could do a partial derivative, g. Now that I have that, I want to plug in the values for the s...
13 years 前 | 1 个回答 | 0
1
个回答提问
How would I test which curve a linear line intersects with first?
Essentially, I have three functions; y = 1 + nx, y = m, and y = bx^2, where n, m, and b all vary with user-inputted values. ...
13 years 前 | 1 个回答 | 0
1
个回答提问
Using switch-case. Return to beginning of switch-case statement
Essentially, I'd like the user to input a number 0-3. i.e. A = input ('Enter a number (0-3)'); switch A case 0 %Do so...
13 years 前 | 1 个回答 | 0
