photo

Jinglei


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
129.626
of 299.997

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.858

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.881

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


Modeling of one independent variable with different ranges
I want model three groups of data which share the same independent variable but different ranges and different amounts of points...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


I am confused about why my code doesn't lead to a fitting result.
x=[0 1 2 3 4 5 6 7 8 9 10] xs = 0:0.01:120; y=[0 4 9 16 25 36 49 64 81 100 121] myfunc=@fitting; rng('shuffle'); best_r = i...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I am confused by the error: "Error evaluating inline model function"
myfunc=inline('fitting(c,x)','c','x'); c0=[1.5,1.5]; c=nlinfit(x,y,myfunc,c0) function ytotal = fitting(c,x) xspan = x; ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


initial point is a local minimum. Optimization completed because the size of the gradient at the initial point is less than the default value of the function tolerance.
I just found the result not the optimum and the parameters obtained are always the initial ones. global c xdata = [0 ...

quasi 3 anni fa | 1 risposta | 0

1

risposta