photo

Jay


Last seen: 3 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答