Sowmya MR
Followers: 0 Following: 0
統計
26 質問
0 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
5年以上 前 | 1 件の回答 | 0
1
回答質問
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,...
6年弱 前 | 0 件の回答 | 0
0
回答質問
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....
約6年 前 | 1 件の回答 | 0
1
回答質問
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...
6年以上 前 | 0 件の回答 | 0
0
回答質問
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...
6年以上 前 | 2 件の回答 | 0
2
回答質問
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...
7年弱 前 | 0 件の回答 | 0
0
回答質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 2 件の回答 | 0
2
回答質問
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...
7年以上 前 | 2 件の回答 | 0
2
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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...
8年弱 前 | 3 件の回答 | 0
3
回答質問
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...
約8年 前 | 0 件の回答 | 0
0
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 0 件の回答 | 0
0
回答質問
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...
約8年 前 | 2 件の回答 | 0
2
回答質問
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] ...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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' ...
8年以上 前 | 3 件の回答 | 0
3
回答質問
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...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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 ...
9年弱 前 | 1 件の回答 | 0