Feeds
提问
How to reshape and repeat at the same time.
Hi guys, I have the following data data= [1 3 7 9 2 5] and I want the data to be as a matrix (2*6) newdata=1 1 7 7 ...
9 years 前 | 2 个回答 | 0
2
个回答提问
How to save a loop data
Hi guys, I have a for loop, but every iteration overwrites the variable(max_run), and I have only the final data left. How can I...
9 years 前 | 1 个回答 | 0
1
个回答提问
Hi guys, I have a for loop, but every iteration overwrites the variable(max_run), and I have only the final data left.. How can I save data from every loop? I saw some other questions like my issue, but I always get an error"Improper assignment with
%% BPSK Generation clear all; close all; clc; N = 2*10^4; % number of bits or symbols ip = rand(1,N)...
9 years 前 | 1 个回答 | 0
1
个回答提问
Spectrum of the quantizer output
Hello, please I need your help to write a Matlab code for the following problem. Suppose that the output of a nonlinear block...
9 years 前 | 0 个回答 | 0
0
个回答提问
Undefined function 'plotSpec' for input arguments of type 'double'
Hello, The following code should give the following graph, but there is an error appearing which is "Undefined function 'plot...
9 years 前 | 2 个回答 | 0
