Community Profile

photo

Haojue Yu


Last seen: 7 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

All
  • Thankful Level 3
  • Thankful Level 2
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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?

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risolto


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

quasi 3 anni fa