Statistics
RANK
109,176
of 300,365
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,262
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
Feeds
Question
How can I use fminsearch() to apply a sinc function (sin(x)/x) fit on my data?
I am aware that fminsearch can be used to achieve this, but it is not intuitive to me how it can be done. Can someone provide an...
3 years ago | 1 answer | 0
1
answerQuestion
Why is saveas() changing my image aspect ratio?
I'm trying to save a figure as a PNG but the aspect ratio changes for some reason. This is how it looks in MATLAB: This is...
3 years ago | 2 answers | 0
2
answersQuestion
Revolving a 2D plot around its vertical axis to generate 3D surface
While this solution is helpful, the usage of repmat makes it so that the values are repeated and not unique. What I would like t...
3 years ago | 1 answer | 0
1
answerQuestion
How to name my files differently in a loop
I want each "pic" to have a differnet name corresponding to n. i.e: 1.jpg, 2.jpg, etc. This gives me an error because the n is ...
3 years ago | 1 answer | 0
1
answerQuestion
Error in Generating Point Spread Function
After finding the Modulation Transfer Function, I used this method to rotate it about its vertical axis to obtain the 2D MTF. I ...
3 years ago | 1 answer | 0
1
answerWhich Gaussian fitting tool should I use?
Use the fit() function from the curve fitting toolbox: f = fit(x,y,'gauss1') y = f(x)
3 years ago | 0
| accepted
Question
Which Gaussian fitting tool should I use?
I used a gaussian fitting function that generated this result. Surely this graph can look more gaussian rather than parabolic? ...
3 years ago | 3 answers | 0
3
answersQuestion
Revolving a curve about the y-axis to generate a 3D surface
I'm aware that the cylinder() functiond does this for revolutions about the x-axis. But is there a way to do this about the y-ax...
3 years ago | 2 answers | 0
