Feeds
제출됨
AM Radio Receiver
Heavily commented simulation of the heterodyne section and demodulating section of an AM receiver
대략 2년 전 | 다운로드 수: 5 |
제출됨
Simple probability example
Example of using MATLAB to simulate a random variable/process and compare the simulated result to the theoretical answer.
2년 초과 전 | 다운로드 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
거의 12년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0




