photo

Haojue Yu


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

6 질문
0 답변

Cody

0 문제
1 답안

순위
102,050
of 301,383

평판
0

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
108,183
of 174,306

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Thankful Level 2
  • Solver

배지 보기

Feeds

보기 기준

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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?

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

4년 초과 전