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...
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年 前 | 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 ...
約9年 前 | 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...
約9年 前 | 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.
9年以上 前 | 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 ...
約10年 前 | 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, {...
Selecting data from a plot in a GUI
An excellent option is provided below: hBrushLine = findall(gca,'tag','Brushing'); brushedData = get(hBrushLine, {...
約10年 前 | 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...
10年以上 前 | 1 件の回答 | 0