photo

Jen W


Last seen: etwa 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
107.994
of 300.392

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to get the R2 value of fit?
In the code below, how to output the R2 value of the fitted coefficients? ft = fittype('b*x^2+c*x+a'); load enso fit(month,pr...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Different results using curve fitting app
Hello, I want to fit an exponential function of y=a*x^b + c to the x and y array below. I am using the Curve Fitting app with d...

etwa 3 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to speed up the symbolic calculation of the Jacobian?
Hello, I am trying to solve a system of multivariate nonlinear equations using the Newton iteration method. The equations conta...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Global optimization - data type error
Hi, I am trying to minimize the objective below using global optimization. The error I received is: "Error using fmincon. FMINC...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Global search optimization error
Hello community, I am trying to debug a global optimization problem with objective function having multiple inputs. The code is...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to show optimvar in optimization iterations?
Hello, I am using fmincon to solve an optimization problem. The program found a local minimum value, but I do not like the outp...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to solve optimization problems when the constraints have derivative (symbolic) functions
Hello, I am trying to solve an optimization problem as following. There are two parabolas f and g. When they have a common tang...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to show the value of sym in workspace?
I want to get the result of a definite integral, for example: syms u int(u-1,0,1) If I type the code in the editor an...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to get the mean of a function when the input of the function is a distribution?
I want to get the expectation of y=sin(x) when x follows a distribution described below. But the second line has error. How can ...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten