Hari krishnan
Followers: 0 Following: 0
Statistica
RANK
20.488
of 295.569
REPUTAZIONE
2
CONTRIBUTI
47 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
63.83%
VOTI RICEVUTI
2
RANK
of 154.105
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
Using a GLM model to predict the response factor from a fixed factor
I want to use a generalized linear model, with the fraction of the people going to a pub(first column) as the response and the d...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Using Linear Mixed Models with two fixed factors and a random factor
I am trying to make a Linear Mixed Model to see if there is a statistical significance with two fixed factors ('ANTS and LABEL')...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Indexing through a cell array
I am looking to populate cell array named 'age_list' based on the values i have in two columns; named 'day' and 'pop' For each ...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Split comma seperated values inside a cell in to multiple columns
I have a cell which has comma seperated values in each rows. The size of each row is different. I want to split the each value i...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
Finding values corresponding to row and column index of a matrix
I have a matrix 'A'. I would like to find the elements in 'A', corresponding to the indices given in 'row_index' and 'col_index'...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Counting specific element in one column corresponding to unique elements in an another column
I have two vectors a and b. I want to count how many times the value '-1' appears in b corresponding to unique elements in a. Is...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
Fitting a sigmoid curve using curve fitting tool box
Hi, I am trying to fit a sigmoid function to the underlying data with the goodness of fit. I was using the curve fitting tool bo...
quasi 5 anni fa | 2 risposte | 1
2
risposteDomanda
Estimating the X and Y coordinates from optical flow method
Hi, I am trying to detect moving objects to obatin their corresponding X and Y coordinates from a video. I was using 'opticFlow'...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Plotting line plots and histogram in a single figure
Hi, I am trying to draw a 'bar' graph in a single figure together with a line plot. I am using an image called 'arena_image' an...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Plotting bar graph for loop values
I am trying to make a barplot of the values in vector's 'count_gn', 'count_bn', 'count_hn' and 'count_ar' as a seperate subplots...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Keeping plot titles in desired location
Hi, I am trying to keep the title of the plot towards the right side of the the figure rather than on the top. I wrote a code fo...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Making video from an animation
I am plotting few graphs and trying to make movie out of it. The code runs without error. But unfortunately the video is not sav...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting elements corresponding to a matrix
I have a matrix as shown below. NaN 5.0000 5.0000 6.0000 6.0000 7.0000 7.0000 0.2000 26.00...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Plotting multiple object trajectories together with their identity
Hi, I have a matfile 'a' which have the time in the first column, identity of objects from the first row of second column till ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Shading specific regions in a plot
Hi, I have a plot as attached in the picture. I would like to shade a specific portion of the plot and add labels to it. For eg:...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Making plots look beautiful
Hi, I made a plot which displays the condition of cars of a particular brand overtime. What i would like to do is to make the p...
quasi 6 anni fa | 3 risposte | 0
3
risposteDomanda
Organising cells from a cell array
Hi, i have a cell array 'a' which is of the form as shown below. I wanted to remove the empty cells from the cell array keep the...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Filtering data based index from a cell.
Hi, I have a matfile as attached. There are cells in the first column and within each cell, i have some data. What if i want to ...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating arc length of segments using interparc
Hi, I was using 'interparc' function to divide an arc in to 'n' number of equal segments. I expected each segment to give me eq...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
Implementing interparc function for dividing arc to segments
I want to divide an arc to equal segments. I found a function called as https://in.mathworks.com/matlabcentral/fileexchange/3487...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
Dividing an arc to a segment and comparing straightness among segments
I have a line segment as shown in the figure. What i want to do is to divide the line segments in to 'n' equal sections and calc...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
How to interpret statistics from glmfit
I did a logistic regression for binomial data and the stats obtained are attached with this. I am getting avery hard time to und...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Choosing bin size to include equal number of data points
I have 'time' of certain event to happen in first column and the 'probability of event to happen' in the second column. If i wan...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
Counting the number of elements of a vector found between a range in another vector
I have a column which contains a range of values in a column 'Range' and another vector containing specific values in a column ...
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
Displaying time in the figure window
I have the data of time and coordinates of an object moving in a plane. What if i want to display the time coorresponding to the...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
Merging two figures to a single figure
I have two figures as shown. What should i do if i want to merge both of the figures in to a single figure?
circa 6 anni fa | 1 risposta | 1
1
rispostaDomanda
Seperating values from a category and plotting
I have made a group scatter plot for two categories/groups as shown in the figure. But i am not able to distinguish the red dots...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
Calculating arc length of a curve
I have the trajectory for an object moving on a plane as shown in the figure. Can any one give me an idea to calculate the arc l...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Unique labelling of elements in scatter plot
Hi, I am trying to make a scatter plot with multiple groups 'forVisit' and ''. What if i want to highlight each 'X' and '0' base...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
Converting video time to seconds
Hi, I have some time observations from video. They are in the format of time = [1.21, 1.5, 2.3, 2.5]. If i want to convert them ...
circa 6 anni fa | 0 risposte | 0