Statistics
RANK
20,598
of 295,673
REPUTATION
2
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Feeds
Figure not appearing with gcf - is visible
Ok, the handle appears to be hidden. This thread got me on the right path http://uk.mathworks.com/matlabcentral/newsre...
9 years ago | 1
| accepted
Question
Figure not appearing with gcf - is visible
When I use the anovan <http://uk.mathworks.com/help/stats/anovan.html function> as per the example below a figure is created. I ...
9 years ago | 1 answer | 0
1
answerQuestion
MATLAB search path resetting
I have Matlab R2015b and the search path every so often seems to reset itself. The search path should include paths on two compu...
9 years ago | 0 answers | 0
0
answersQuestion
Is there a shortcut for selecting the word under the cursor in MATLAB?
As per question, to replace double click To clarify, I mean the caret not the mouse cursor.
9 years ago | 2 answers | 0
2
answersQuestion
Why does mattest output different p-values when using bootstrapping?
If I use the following code a=[1:20,1:20] b=[2:21,2:21] pvalues1=mattest(a,b,'Bootstrap',1000) pvalues2=mattest(a,...
9 years ago | 0 answers | 0
0
answersQuestion
Automatically update plot with horizontal line based on brush
Hello, I am trying to add a horizontal line to a plot. The axis position of this line is dependent on the data selected with ...
10 years ago | 0 answers | 0
0
answersSelecting data from a plot in a GUI
An excellent option is provided below: hBrushLine = findall(gca,'tag','Brushing'); brushedData = get(hBrushLine, {...
10 years ago | 0
Question
How can I get bootstrapped marginal means and confidence intervals after an ANCOVA?
Hello, I am trying to work out how to extract marginal means and confidence intervals after an ANCOVA. I am using the aoctool...
10 years ago | 1 answer | 0