Community Profile

photo

Andy


Univ of Exeter

Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

  • First Review
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 8 anni fa | 1

| accettato

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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.

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 9 anni fa | 0 risposte | 0

0

risposte

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

circa 9 anni fa | 0

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta