Jinglei - MATLAB Central
photo

Jinglei


Last seen: presque 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB AnswersFrom 11/22 to 03/25Use left and right arrows to move selectionFrom 11/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 Questions
0 Réponses

RANG
126 736
of 297 503

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse