photo

Researcher


2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
212,779
of 300,338

평판
0

참여
7 질문
1 답변

답변 채택
57.14%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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 ...

3년 초과 전 | 답변 수: 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 ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

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

3년 초과 전 | 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? ...

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변