Community Profile

photo

Andy


Univ of Exeter

2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

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

8년 초과 전 | 1

| 수락됨

질문


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

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

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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.

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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

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

0

답변

답변 있음
Selecting data from a plot in a GUI
An excellent option is provided below: hBrushLine = findall(gca,'tag','Brushing'); brushedData = get(hBrushLine, {...

대략 9년 전 | 0

질문


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

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

1

답변