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...
거의 5년 전 | 답변 수: 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...
대략 5년 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 2 | 0

