photo

Jay


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

presque 4 ans il y a | 1 réponse | 0

1

réponse

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

plus de 4 ans il y a | 1 réponse | 0

0

réponse

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

plus de 4 ans il y a | 2 réponses | 0

2

réponses