Feeds
提问
Why am I getting the complex number in the for loop?
I was trying to compute a matrix of values using the following codes (simplified): n = 5; xk = zeros(n+1); for i = 0:n T...
6 years 前 | 1 个回答 | 0
1
个回答提问
How many consecutive ones?
Write a function ConsecutiveOnes to detect in a logical row array of any length the locations the length of the ones sequences. ...
8 years 前 | 3 个回答 | 2
3
个回答提问
Anonymous Function Array Output
Write a script that contains an anonymous function min_max to find the minimum and the maximum of an array. The output should b...
8 years 前 | 2 个回答 | 0

