photo

Andy


Univ of Exeter

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

6 Domande
2 Risposte

RANK
20.610
of 300.369

REPUTAZIONE
2

CONTRIBUTI
6 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

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

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

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

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

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

oltre 10 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, {...

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

circa 11 anni fa | 1 risposta | 0

1

risposta