
Abhishek Chakraborty
Statistics
RANK
30.530
of 257.945
REPUTATION
1
CONTRIBUTIONS
25 Questions
3 Answers
ANSWER ACCEPTANCE
64.0%
VOTES RECEIVED
1
RANK
of 17.773
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.167
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
Content Feed
Question
My geotiffinfo command is not working suddenly. How to correct the error?
I was using the "geotiffinfo" command to read the lat and lon of a geotiff file. It was working well till last night but suddenl...
7 días ago | 0 answers | 0
0
answersQuestion
How to place a common colorbar for tiledlayout plots?
I wanted to place a large common colorbar towards "east" for a series of plots using tiledlayout. I used the following code: f...
28 días ago | 1 answer | 0
1
answerHow to run a loop to find the Hurst exponent corresponding to each row of the array?
I got it myself. Here is the code for it: nsample = 22; nvar = 352736; H = zeros(nvar,1); for i = 1:nvar H(i,1)=genhurs...
alrededor de 1 mes ago | 0
| accepted
Question
How to run a loop to find the Hurst exponent corresponding to each row of the array?
I have an array of 352736 rows and 22 columns , X. I want to find the Hurst coefficient corresponding to the elements in each ro...
alrededor de 1 mes ago | 1 answer | 0
1
answerQuestion
How to make such a colorbar for bivariate analysis as shown in the attached figure below?
I wanted to make a colorbar for my maps like the one shown below. How to make such a colorbar on MATLAB?
2 meses ago | 0 answers | 0
0
answersQuestion
How to find the multiple linear regression coefficients for this case?
I have three matrices each of 3420 rows and 28 columns, namely, y, x1, and x2. I want to build a multiple linear regression such...
7 meses ago | 0 answers | 0
0
answersQuestion
How to find the row wise linear regression coefficients?
I have 3 matrices Y, x1, and x2 each having 3420 rows and 29 columns. I want the row wise linear regression coefficients of Y on...
7 meses ago | 1 answer | 0
1
answerI have a 4 column matrix. I want to find the value corresponding to the minimum value of column 2. How to find it?
A=[1 2.4 3.4 5;2 -0.2 3 4;3 8.1 3.2 4;4 0.5 5 2]; [minvalue,index]=min(A(:,2)); A(index,1) ans = 2
7 meses ago | 0
| accepted
Question
I have a 4 column matrix. I want to find the value corresponding to the minimum value of column 2. How to find it?
I have a matrix, A A=[1 2.4 3.4 5;2 -0.2 3 4;3 8.1 3.2 4;4 0.5 5 2] I want to find the value in column 1 corresponding to the ...
7 meses ago | 1 answer | 0
1
answerQuestion
How to change heatmap xtick labels? Also, how to overlay (hold on) some dots over the heatmap?
My intention is to get a plot like this: I have a matrix similar to that for which I want to plot the correlation coefficie...
8 meses ago | 1 answer | 0
1
answerQuestion
How to reshape a matrix by rows?
I want to reshape a matrix A into a row vector but it has to be reshaped row wise. The matrix is: A=[1 2 3 4;5 6 7 8;9 10 11 12...
8 meses ago | 1 answer | 0
1
answerQuestion
How to plot a matrix containing NaN?
I have a MATLAB 2-D array which I want to plot which contain only 2 numbers : 0 and 1. It also contains a few NaNs. I want to pl...
8 meses ago | 2 answers | 0
2
answersQuestion
How to run a multiple linear regression of this format?
I want to run a multiple linear regression model of this form: where, is the intercept and all other terms are the coeffic...
12 meses ago | 1 answer | 0
1
answerQuestion
How to find the mean of 12 different 3-D arrays containing nan so that I can omitnan in the final calculations?
I have 12 different 3-D arrays, say A, B, C, D, E, F, G, H, I, J, K, L, each of them having the dimension of 60x57x372. All of t...
12 meses ago | 1 answer | 0
1
answerQuestion
How to mask a 3-D raster using a multiple feature attribute shapefile?
I wanted to mask a raster file using a shapefile which contains more than one feature attributes. For shapefile containing only ...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
How to convert cell array containing text to numbers?
I have a cell array containing a mixture of numbers and letters. I want to remove all the letters and keep only the numbers in i...
alrededor de 1 año ago | 1 answer | 1
1
answerQuestion
How to read an xls file in matlab which has latitude (suffixed with N), longitude (suffixed with E), time (prefixed with the month), and a value corresponding to latitude and longitude in it?
The xls file looks like this... The first column is the longitude. I want to extract only the number from it. For example, i...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
How to assign a different value to a given value in a 2-D array?
I have a 900x1200 element 2-D array. Suppose it is A. I want to assign a value "1" to all the elements whose value is "5". How c...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
How to extract the first four and last four digits of all numbers of an array where each number is of 12 digits?
I have an array of over 200,000 numbers. Each of these numbers is of 12 digits. I want to extract and form another array with: (...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
How to interpolate the matrix A ?
I want to interpolate a matrix "A" containing 3633 rows and 3506 columns with many scattered NaNs to another matrix "B" containi...
más de 1 año ago | 1 answer | 0
1
answerQuestion
How to find row wise correlation coefficients and p values for two matrices?
I have two matrices, A and B. Both A and B have 3420 rows and 29 columns. I want the correlation coefficients and P values of th...
más de 1 año ago | 1 answer | 0
1
answerQuestion
How to plot a map with Latitude, Longitude and Elevation of India?
I have 3 arrays containing the Latitude, Longitude and Elevation. All three of them are column vectors and of India. How do I pl...
casi 2 años ago | 1 answer | 0
1
answerQuestion
How to plot a Multi Region Input Output plot?
I am working on a model through which I have to indicate the flows from several parts of the world to the other parts of the wor...
casi 2 años ago | 0 answers | 0
0
answersQuestion
Interpretation of multicomparison test results of MATLAB to give the letters to samples
I am conducting a one-way ANOVA test on my experimental results. After that, I want to know whether the means of the groups are ...
casi 2 años ago | 0 answers | 0
0
answersQuestion
How to find letters indicating significant differences at alpha=0.05?
How to find the letters a, b, ab indicating significant differences using MATLAB at alpha-=0.05? Also, how to write the letter...
alrededor de 2 años ago | 1 answer | 0
1
answerQuestion
I want to extract values from second column of the matrix which correspond to the range 6 to 7 of the first column. How to do it?
I have a 2 column matrix. Each column contains around 4 million elements (numbers). I have sorted the matrix with respect to inc...
alrededor de 2 años ago | 1 answer | 0
1
answerQuestion
How to plot this graph?
I want to plot such a graph. The upper domain of the shaded area is Mean+Standard deviation and the lower one is Mean-Standard...
alrededor de 2 años ago | 1 answer | 0