Community Profile

photo

Zhuoyi Chen


Last seen: 4ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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...

4年以上 前 | 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. ...

6年以上 前 | 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...

6年以上 前 | 2 件の回答 | 0

2

回答