photo

Jay


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to plot this discrete signal?
Given: x(n) = {2, 4, -3, 1, -5, 4,7 } n = [-4, -3, -2, -1, 0, 1, 2] Plot the following using the stem function: I am fo...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to vectorize histogram of rows in a matrix?
Is there any way to vectorize the following where it doesn't use the for loop? rows = 5; cols = 20; z = randn(rows, cols); f...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


How to create multiple matrices with different sizes without a loop?
Say I have a matrix with M elements. In this case its 3. A = [1 2 3]; And I want to create M vectors with N random numbers fro...

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

2

回答