photo

Haojue Yu


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

6 Fragen
0 Antworten

Cody

0 Probleme
1 Lösung

RANG
102.003
of 301.153

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
0

RANG
 of 21.182

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
107.388
of 173.067

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Thankful Level 2
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how does "[x,y] = WindowCenter(window)" work
when using [x,y] = WindowCenter(window) to determine the center of the window, what should "window" be?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculate adjusted R2 for constant model
Is there a way of calculating the adjusted R2 of a constant model (y= constant) for a set of fitted data in Matlab?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to interpret "F-statistics vs. constant model" in the fitnlm function?
When running the function fitnlm to see if my nonlinear exponential function fit the five observed data points I have, it shows ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Determine how good the model would fit the data
I use fminsearch to find the exponential function that fit my data point. I want to see what is the R2 and p-value associate wit...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to calculate p value after using fminsearch
I used the fminsearch to fit my data with an exponential equation. Is there a way to calculate the p value of that fitting? ( th...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change x-axis to not use scientific notation
I want to display x-axis as 1, 10, 100, and not as 10^0, 10^1... I tried the code: ax = gca; ax.XAxis.Exponent = 0; But it...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 4 Jahre vor