Feeds
已提交
AM Radio Receiver
Heavily commented simulation of the heterodyne section and demodulating section of an AM receiver
2 years 前 | 5 次下载 |
已提交
Simple probability example
Example of using MATLAB to simulate a random variable/process and compare the simulated result to the theoretical answer.
2 years 前 | 1 次下载 |
提问
str2double conversion error
Is there a way to avoid this sort of error/effect (see code below) when converting a string to a double? I have tried using str2...
5 years 前 | 1 个回答 | 0
1
个回答提问
Removing rows that are not unique from an array?
Is there an easy way to remove ALL rows that are NOT unique? For example, how would I get B from A? A = [1 2; 1 3; ...
8 years 前 | 2 个回答 | 0
2
个回答提问
What is a good way to combine strings (of varying length) that are stored in cell arrays?
Suppose I have the following variables A and B (both 3x1 cell arrays) as follows. A = {'A'; 'AB'; 'ABC'}; B = {'1'; '12'; '1...
11 years 前 | 1 个回答 | 0
1
个回答提问
Including comments in a .mat file?
Is there any way to include comments (or similar) in a '.mat' file to indicate what the stored variables are?
12 years 前 | 3 个回答 | 0
3
个回答提问
Creating an array based on values in a vector
MATLAB gurus! Can ya'll help me with this one? I've got a column vector of integers ranging from 1 to N. I want to create an arr...
14 years 前 | 2 个回答 | 0




