Community Profile

photo

John Jendzurski


NIST/UMD

Last seen: 2 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Submitted


AM Radio Receiver
Heavily commented simulation of the heterodyne section and demodulating section of an AM receiver

5 months ago | 2 downloads |

Submitted


Simple probability example
Example of using MATLAB to simulate a random variable/process and compare the simulated result to the theoretical answer.

8 months ago | 1 download |

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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; ...

7 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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?

10 years ago | 3 answers | 0

3

answers

Submitted


Audio filter
Simulink model of an audio filter.

12 years ago | 4 downloads |

Question


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...

12 years ago | 2 answers | 0

2

answers