photo

Researcher


Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
1 Risposta

RANK
260.182
of 300.364

REPUTAZIONE
0

CONTRIBUTI
7 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0

| accettato

Domanda


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

oltre 3 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte