Feeds
質問
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...
4年以上 前 | 0 件の回答 | 0
0
回答質問
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....
5年弱 前 | 1 件の回答 | 0
1
回答質問
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?
5年以上 前 | 0 件の回答 | 0
0
回答質問
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 ...
6年以上 前 | 3 件の回答 | 0
3
回答質問
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...
6年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答質問
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....
7年弱 前 | 0 件の回答 | 0
0
回答回答済み
How to access all subdirectorie?
I also found to do the following dirs = regexp(genpath('M\F1'),['[^;]*'],'match');
How to access all subdirectorie?
I also found to do the following dirs = regexp(genpath('M\F1'),['[^;]*'],'match');
7年弱 前 | 0
質問
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...
7年弱 前 | 4 件の回答 | 0
4
回答質問
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
7年弱 前 | 1 件の回答 | 0
1
回答回答済み
How 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...
How 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...
7年弱 前 | 0
質問
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...
7年弱 前 | 2 件の回答 | 0
2
回答質問
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...
約7年 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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'...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How does sscanf work?
Can someone please tell me what does this line means? str=TT1.sp.mat elec=sscanf(str, '%*[TT]%d%');
8年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
8年弱 前 | 0 件の回答 | 0
0
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 0 件の回答 | 0
0
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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 ...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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...
8年以上 前 | 0 件の回答 | 0
0
回答質問
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...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
8年以上 前 | 0 件の回答 | 0
0
回答質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
8年以上 前 | 1 件の回答 | 0