Feeds
문제를 풀었습니다
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
대략 11년 전
문제를 풀었습니다
Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...
대략 11년 전
문제를 풀었습니다
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
대략 11년 전
문제를 풀었습니다
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
대략 11년 전
문제를 풀었습니다
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
대략 11년 전
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
대략 11년 전
답변 있음
I am trying to write a script that generates a list of 100 integers selected randomly from the set {-20,-10,0,10,20,30}
use the function randsrc
I am trying to write a script that generates a list of 100 integers selected randomly from the set {-20,-10,0,10,20,30}
use the function randsrc
대략 11년 전 | 0
질문
qpsk in rayleigh channel simulation changes everytime you simulate
plot of ber vs enno for qpsk in rayleigh channel using the object rayleighchan changes for each simulation.why is this happening...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
how to obtain the frequencies from the fft function
after the fft of the input signal,how to get the frequencies?
대략 11년 전 | 답변 수: 6 | 0
6
답변질문
Using Monte Carlo in bertool the plotted Ber curve is coming as a horizontal line.Why is this happening?
In my ofdm simulnk model,when I am plotting the BER vs Eb/No graph using Monte Carlo of bertool, I get a horizontal line.While c...
11년 초과 전 | 답변 수: 0 | 0