photo

Asser Abdelgawad


Last seen: 11개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Which Gaussian fitting tool should I use?
Use the fit() function from the curve fitting toolbox: f = fit(x,y,'gauss2') y = f(x)

대략 2년 전 | 0

| 수락됨

질문


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

대략 2년 전 | 답변 수: 3 | 0

3

답변

질문


Is there something wrong with my MATLAB code for calculating the point spread function?
I have the two following PSFs for the same image; the first has a detector pitch of 0.2mm and the other of 0.015mm. I'm curio...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 2년 전 | 답변 수: 2 | 0

2

답변