Pregunta


A number contain in a series.
I have a series 's' s=(1:1,2:end) I find its subsequences like a=s(1:30) b=s(30:60) c=s(60:90) d=s(90:120) e=s(120:150) ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


find all subsequence from a series.
I have a series containing 250 points.I need to find all the subsequences of it.Then any subsequence contain point 0.4 then I ne...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Finding all the subsequences
I have a set of numbers.I pollted it.I need to find all the subsequence of it and need to plot If a=[1,2,3,4,5,6,7,8,9,0.4,0.1,...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


finding the extreme points
I have a set a=[0.4,0.3,0.48,0.32,0.12,0.42] .I plotted this plot(a).I need to find all the extreme points (minimum and maximum)...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Extreme points finding from set
d = xlsread('FaceFour_TRAIN.xlsx') s = d(1:1,2:end); fa = movstd(s,20,1); secarray = movstd(fa,20,1) ; secidx = find(secarr...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
plotting graph and mark points
d = xlsread('FaceFour_TRAIN.xlsx') f=d(d>.04); plot(d) I need to mark the f in d and the d I need to represent like a single...

casi 5 años hace | 0

Pregunta


plotting graph and mark points
Hi, I have a set A that contain 200 points and a subset of the set B.I need to graph the A and I need to mark the points in the...

casi 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Time reading in matlab
Hi, I have a data set, using matlab I need to read all the data.But the date and time reading is not working.Please help me.

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


catalog data convert into csv
Hi, I have a dataset in.catalog format. I need to convert it into .csv or .xlsx format for reading it in matlab.Is there is any ...

casi 5 años hace | 0 respuestas | 0

0

respuestas