photo

Katharina


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
39,715
of 300,352

REPUTATION
1

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
R^2 meaning in linear mixed-effects model
Ordinary Rsq = 1 - SSE / SST SST is SSR + SSE SSR = sum((F – mean(F)).^2) SSE = sum((y – F).^2); SSR = sum((F – mean(F)).^2),...

4 years ago | 0

| accepted

Answered
How can I move a colorbar down in a subplot?
Open property inspector, click and move the bar where you want it to be. Either check the values for ColorBar position in the ...

4 years ago | 0

Question


R^2 meaning in linear mixed-effects model
The linear mixed-effect model class provides the Rsq property (ordinary and adjusted) which captures the proportion of variabili...

4 years ago | 2 answers | 1

2

answers

Question


searching part of matrix in every cell of a cell array
A is a cell array containing matrices with different sizes in each cell: A={[5x4],[5x3],[5x20]} I know, it is possible t...

8 years ago | 1 answer | 0

1

answer