Feeds
已回答
Rlocus not working correctly.
Solved it myself, Had a rogue function file that shared its name with a dependent of the rlocus function.
Rlocus not working correctly.
Solved it myself, Had a rogue function file that shared its name with a dependent of the rlocus function.
7 years 前 | 0
| 已接受
提问
Rlocus not working correctly.
The rlocus function does not work correctly for polynomial transfer functions. I tested it on the provided tutorial code provi...
7 years 前 | 1 个回答 | 0
1
个回答已解决
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
8 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
8 years 前
