統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,685
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0
