Statistics
RANK
7 142
of 295 638
REPUTATION
6
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
4
RANK
of 20 255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 207
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
Question
How to access the title of a matlab fig file
I've opened a fig file. Let's call it fig_1=openfig('sample.fig') Now fig_1 is a figure object. Where the title strin...
mer än 9 år ago | 2 answers | 1
2
answersQuestion
Working with Affymetrix® Data
I'm working on the bioinfo toolbox Working with Affymetrix® Data example. For the data preparation file I'm supposed to install ...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
Fisher's exact test for contingency tables other than 2 by 2
Is there a built in function for Fisher's exact test when there are more than two classes of possible outcomes?
mer än 9 år ago | 3 answers | 0
3
answersHow can I create a matrix of N columns by using just one vector.
vec= [5 8 7 9 8 4 7]'; vec_repeat=repmat(vec,1,1000);
mer än 9 år ago | 1
Question
textread facing unexpected characters. Gives an error.
I'm trying to read the following file using textread with the following command [names, types, x, y, answer] = textread('data...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
Exploring Genome-wide Differences in DNA Methylation Profiles documentation
Could someone please explain to me how am I supposed to do the following steps? " *(1) downloaded the files SRR030222.sra,...
mer än 9 år ago | 2 answers | 1
2
answersQuestion
how to plot the decision boundary of a linear model in 3d?
I have trained a 3 predictor decision model using let's say fitglm or fltlm. Now I want to show the decision boundary plane of t...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
problem with stepwiseglm selected features pvalues
I'm using the following line for stepwiseglm glm_model = stepwiseglm(chosen_features,idx,'constant','Distribution','binomial'...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
logical indexing in one line when choosing from a column
I want to choose a column vector from a matrix and do the logical indexing on it. For example chosen=matrix(:,1); chose...
nästan 10 år ago | 2 answers | 0
2
answersQuestion
What does the '#' next to the anova table variables mean?
Does it indicate the missing data?
nästan 10 år ago | 0 answers | 0
0
answersQuestion
step wise cox regression, how to?
Is there a built in function for step wise cox regression, the same as there is for linear or glm? Also if not doe anyone have ...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
where is the pvalue of the model stored in fitlm or fitglm?
I'm looking for the model pvalue in comparison to the constant interception, not the variable pvalues. Thanks
ungefär 10 år ago | 4 answers | 1
4
answersQuestion
How to permanently change the temp directory matlab uses?
I saw the following in another post for changing the temp directory. However I believe everytime Matlab restarts the TEMP direct...
ungefär 10 år ago | 2 answers | 0
2
answersQuestion
How to automatically continue running the program after an error.
The problem I'm having is currently with the GMM fit model. but it's rather general. during the run of my program GMM sometimes ...
ungefär 10 år ago | 2 answers | 0