photo

Jen W


Last seen: circa 2 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
107.983
of 300.364

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

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

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 3
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 8 anni fa | 2 risposte | 0

2

risposte