photo

David


Miami University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
14,794
of 300,611

REPUTATION
3

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


fdatool, how to use generated C header file
I used to fdatool in MATLAB to generate a digital lowpass filter and exported it as a C header file but I am not sure how to exa...

13 years ago | 2 answers | 1

2

answers

Question


Polar Plotting issues:
I am trying to plot points on the polar plot and am running into some issues. I tried coming up with my own algorithm to fix it ...

13 years ago | 1 answer | 0

1

answer

Question


How to assign parts of a matrix equal to a single vector
In matlab if you had a vector called y = ones(5,5), you could do the following assignments: y(:,1) = 0; First column in all r...

13 years ago | 1 answer | 0

1

answer

Question


Graphing the Fourier Transform of a Square pulse: Problems with filled in sinc function, frequency axis, and amplitude.
I am attempting to show the graph of the Fourier transform of a square pulse function but I am having a few issues. The first on...

13 years ago | 1 answer | 0

1

answer

Answered
String array for creating titles for multiple Figures:
I figured it out. All i had to do was replace the [] with {}. This changes the strings to cells so it reads the whole string ins...

14 years ago | 1

Question


String array for creating titles for multiple Figures:
So I have a program that creates 8 figures, and I would like to create an array of strings where titles = ['bla1' 'bla2' ... 'bl...

14 years ago | 1 answer | 0

1

answer

Question


Iterating Structures:
I am currently trying to write a matlab program that has ALOT of information to use. Currently I am using all arrays, because I ...

14 years ago | 1 answer | 0

1

answer