Statistica
RANK
34.677
of 295.448
REPUTAZIONE
1
CONTRIBUTI
39 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.64%
VOTI RICEVUTI
0
RANK
of 153.872
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
Feeds
Domanda
deep neural networks on boolean input
I want to use deep neural netowkrs to do regression. I have a boolean matrix x (400x75), which is 75 variables and 400 data poin...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
different colors for the title
I want to have different colors for different words in the title how can I do that? something like this: p.col=[0.5 0.5 0.5; 0....
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Using Gradient Descent in GLM
Is there a way to use the Gradient Descent in glmfit or any other function that is for Generalized Linear Model?
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Fitting Gaussian to a curve with multiple peaks
<</matlabcentral/answers/uploaded_files/125942/1.png>> I have a curve with a few peaks (the figure is attached here). I want ...
oltre 6 anni fa | 3 risposte | 0
3
risposteDomanda
Adding thr polar plot to another figure
Hi, I want to include a few polarplots where there is a black dot, i.e., I want the center of the polar plot to be at each bl...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find which function is calling another function?
When I compile my matlab codes (using command line on linux), functions plotroc.m in nnt toolbox is called. I want to know what...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to compile a file on windows and use it on linux?
I am using windows 7 and I want to compile my matlab code. However, instead of .exe I need .sh because I am going to use the com...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I compile a code with command line?
I want to compile my matlab code using console. I have windows 7 and I also have two different version of Matlab on my computer....
oltre 6 anni fa | 0 risposte | 0
0
risposteHow to access all subdirectorie?
I also found to do the following dirs = regexp(genpath('M\F1'),['[^;]*'],'match');
oltre 6 anni fa | 0
Domanda
How to access all subdirectorie?
I want to find all subfolders in a folder. I know how to do it for one step but I want to do it recursively until it finds all s...
oltre 6 anni fa | 4 risposte | 0
4
risposteDomanda
How to find the islands of a binary matrix
If you have a 2D binary matrix, how would you find the islands of ones? Thanks
oltre 6 anni fa | 1 risposta | 0
1
rispostaHow to find the boundaries of the local maxima
This is the function I wrote to find the local maxima. Once I find those maxima I have to draw a boundary around them and take o...
oltre 6 anni fa | 0
Domanda
How to find the boundaries of the local maxima
I have a 2D image (matrix). I have found the local maxima of this image. Now I want to define the boundaries around each local m...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
How to load part of a big structure to the workspace?
I have a big structure and loading it would take a long time. I need a specific variable in that structure. Is there any way I c...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to set a value to some of the coefficients in glmfit
Hello, I want to use GLM to model the binary data. I have 3 different covariates, X1, X2 and X3. X1 is estimated with 14 basi...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
Add a marker to surf plot
Hi, Can someone please tell me how I can add a marker to a figure which is plotted using surf. This is my code, but it doesn'...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How does sscanf work?
Can someone please tell me what does this line means? str=TT1.sp.mat elec=sscanf(str, '%*[TT]%d%');
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to use the walsh functions to approximate the binary data
I want to approximate a binary data with WALSH basis function. Could someone please help me how to do it? Should I just add the ...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
Subplots shrink when I save the figure
I have 12 subplots in a figure and when I am trying to save the figure as .png or .jpg with a command line then the subplots shr...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Support Vector Machine on Big Data
I have n=1,000,000 data points with m=10 to m=60 attributes, i.e., m=10 to m=60 different variables. And I have a 1D output. I w...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
Using fitglm for the generalized linear model in matlab
I have two question regarding fitglm and glmfit. 1- After doing some research, I realized that t is better to use fitglm inst...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Removing noise from a signal
<</matlabcentral/answers/uploaded_files/59665/Screenshot%202016-09-20%2011.08.47.png>> I have a following signal, and I want ...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
load a big data
I have a big structure .mat file called a.mat and it has a structure named stat. stat has filed called day. i.e., stat.day. The...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to computer the p value for one tail ranksum?
I have a 2010 Matlab and I want to use the ranksum function. However this version only computes the two tail pvalue. I have t...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
y tick labels don't match
I am trying to plot two graphs on on figure, one uses right y axis and then other the left y axis. However, when I am plotting t...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to compute fft of the rat's licking time?
I have data which measures the time when a rat licks a sugar water. When I computer the inter lick interval (ILI), sometimes I s...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to cluster the data?
Hello, I have a data that looks like below and I want to cluster them. What would be the best algorithm to apply for clusteri...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
Xtick location is not correct
Hello, I have two plots on one figure, which is shown in the attachment. The X tick for both of the the plots should be in th...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
saving figures in matlab
Hello. I am generating bunch of figures in matlab which is in a for loop. I would like to save them both in .fig and .jpg. R...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
Make legend for lines
Hello, My plot has two many lines but with only two different colors. When I want to add the legend I just want to write the le...
oltre 8 anni fa | 1 risposta | 0