Community Profile

photo

Jay


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 0 answers | 0

0

answers

Question


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

mer än 3 år ago | 2 answers | 0

2

answers