Community Profile

photo

Sowmya MR


Last seen: quasi 4 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


finding peak to draw a smooth curve
Hi All, I have attached a plot (blue) in which i want to identify peaks (red circle) and draw a smooth curve with similar sha...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Extracting decision split values from tree graph
Hi All, I am using treebagger for classification and plotted the tree graph. However, how do i extract/save values (766,4.35,...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Integrating effect of gender on an outcome
Hi All, I am working on a project to study the influence of gender to predict cardiovascular outcome using baseline features....

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Issue with ROC curve
Hi All, I am trying to plot ROC curve for a LDA classifier and i get this plot (attached). It is wierd because it doesnot sta...

circa 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Extracting specific time points from two different time vectors
Hi All, I have two time vectors: V1 = ['02-Feb-2018 08:23:42' '02-Feb-2018 08:24:42'.... '02-Feb-2018 09:10:42'] and V2...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Forward selection with Random forest: error
I am trying to run below code for feature selection using Random forest in matlab but it gives me some error. Can someone help m...

circa 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Horizontal bar plot with patch
Hi All, I have the following code. Now if i do plot(t,v1), will get a plot. But what i want is just one horizontal light colo...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Bar graph comparison with custom x-axis and text
Hi All, I want to compare two vectors using bar graph with custom labels and a text on top of each bar. Can you please help m...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Converting x y coordinates to a 2D matrix
Hi, I have two vectors: X and Y corresponding to an image. Now if i do plot(X,Y) i get a nice image plot but i want to conver...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Rectangular grid using MATLAB
I have two cell arrays and each cell has a matrix x = (10X5). Each row in x is an array (between -1 and 1) with a mean "m" and s...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Sinusoidal signal with variable instantaneous frequency
Below is a simple matlab code that generates a sinusoidal signal with user specified no of cycles. How do i change this such tha...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Creating time series vectors of unequal duration
Hi, I have two vectors: a1=[ 2 4 6 8 10...20] with an increment of 2 and a2=[2 7 12 17....50] with an increment of 5. How do...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Plotting horizontal stack bars in MATLAB
<</matlabcentral/answers/uploaded_files/75485/sample.jpg>> Hi all, I have three vectors and i want to plot them as horizon...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Removing lower marker in error plot
Hi, I am trying to plot one sided error plot. Here is the sample code and output. I want to remove the markers circled in red...

oltre 7 anni fa | 3 risposte | 0

3

risposte

Domanda


Comparing two sequence using mean and standard deviation
I have obtained means and standard deviations from six observations in two different groups. group1: mean1=[10 14 15 12 8 6...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Recursive elimination of minimum number in a array
Hi All, I have an array consisting of 4 groups: A=[1 1 1 2 2 1 1 1 2 2 3 3 4]. Here "1" appears six times, "2" four times, "3...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to overlay plots one above the other?
Hi all, I have plotted arrays in a single subplot. However, i want to plot the red dotted curve which is inside the subplot t...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Replacing an array with string using condition
Hi, I have an array X=[0 0.1 0.2 0.3..... 30]. Now i should replace all values between a range with a string. For example: X...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem with interp1 function
I have some issues with interp1 function. I have a time vector t1=1/fs:1/fs:1/fs*1462805 where fs=250; Now i have the ou...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Matching data and time with sample number
Hi all, i have a data for 24hrs with sampling frequency of fs= 500Hz (so t=1/fs:1/fs:1/fs*length(data)). Now i want to extract t...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Obtaining bayesian error rate
I am new to machine learning and i have derived general expressions for bayes decision boundary and trying to plot the graph for...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Importing matlab data in a loop using keywords from a cell
Hi, I have two cell arrays: a1={K01 mainEEG.mat,K02 mainEEG.mat,K03 mainEEG.mat,....,K10 mainEEG.mat} a2={K01 file1.mat...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Replacing NaN with its succeeding values
I have an array which should replace the NaN with its succeeding value. For example: A=[NaN NaN 1 1 0 0 NaN 0 NaN 1 1] ...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Splitting number from its units
HI, I have a cell array with following values: '1mcg/kg' '1mcg/kg' '1mcg/kg' '0.7mcg/kg/hr' '0.7mcg/kg/hr' ...

quasi 8 anni fa | 3 risposte | 0

3

risposte

Domanda


Custom colored bar graph for a vector
Hi, I have a vector x=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15] and corresponding y=[1 2 3 1 1 1 2 3 3 1 3 3 3 2 3]. I should genera...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Help with removing duplicate sub-elements....
Hi, I have a vector a1 and want to get an output a2. Basically, i should identify the starting index of numbers, keep the first ...

circa 8 anni fa | 1 risposta | 0

1

risposta