benghenia aek
Followers: 0 Following: 0
Estadística
21 Preguntas
0 Respuestas
CLASIFICACIÓN
130.258
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
21 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
47.62%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to split array into sub arrays?
how to split principal vector "a" into sub vectors a1, a2, a3 and a4 exemple: a=[1 3 5 8 11 12 15 17 18 19 20 21 24 29 31 32 3...
10 meses hace | 2 respuestas | 0
2
respuestasPregunta
Make two cell vector in one
I have two cell arrays A and B, each of size 1x5 cells. Each cell is a row vector with same size (A{1}=B{1}=1x5 vector, A{2}=B{...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Convert numerical label Vector to char label
Hello,I want to convert a to b please a=[1 1 2 1 3 1 3 2] To b=[as as be as ce as ce be].
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
convert vector of character to number
hello how to covert vectro cell ['A' 'A' 'A' 'B' 'B' 'A'] to numerical vector [1 1 1 2 2 1]
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
ho to find index at which the 50% of the sum vector is included?
ho to find index at which the 50% of the sum vector is included? a=[3 5 7 3 5 8 9 3 1 41 6]; sum(a)=91 50% of sum signal =45...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
how to find index of 50% of sum of signal?
how to find index of 50% of sum of signal a=[4 2 3 1 5 6 11]; sum(a)=32 50% of sum signal =16 indice which is approximately...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
how to write this xlabel like in this example?
Please can anyone show me how to add the xlable (A-OSA; A-N; C-N) like the example below? exemple: y = [316.45 292.14 319.96; ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to creat this vector K?
A=[1 3 9 10 -1 4 5 2 3 15 1]; B=[10 15] and his index [4 10] how to creat this vector k? K=[NaN NaN 9 10 -1 NaN NaN NaN 3 15 ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i have only two colorful diagonal ?
I have matrix: Z = magic(5) b = bar3(Z); i want to have only two colorful diagonal
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to creat this transformation?
Hi every one, I have a vector A. All values of vector A are either zeros or 1 numbers A=[0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 0] Ho...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to creat this vector?
Hi i have vector A=[2 4 NAN NAN 13 4 5 6 NAN 1 NAN 10 9 12] size each segement of vector A k=size(A)=[2 4 1 3] if c<3 I nee...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how to detect index of the max amplitude?
Hello I have vector and his index A=[-0.0796 -0.0937 -0.0326 0.1182 -0.1510] index=[4 9 13 17 24] how ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to detect peak and index?
I have vector A A=[1 2 5 4 9 nan nan 9 0 23 12 nan nan nan 6 2 23 5 12 29]; i need to detect peak for each segment and his in...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how to creat this vector Z?
I have two vector X and Y: X=[2 5 1 9 3 4 nan nan 4 3 6 9 2 nan nan nan 8 2 13 6 1 nan nan]; Y is the max of each segment Y=[...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create this vector?
i have two vectors X and Y: X=[0 0 0 1 1 1 1 0 0 1 1 0 0 0 1 1 1 1] Y=[3 6 5] i want to creat vector Z Z=[0 0 0 3 3 3 3 0 0 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to creat this vector?
hello everyone; i have vector X=[1 1 0 1 1 1 0 0 0 1 1 1 1 1 0 0 1 0 0 0 1 1 1 1 0] c= size number of 1 from the vector X ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to creat this vector?
hello everyone I have vector X=[1 0 0 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 1 1 1 0] i need this transformation if Nbr of 1 >3 t...
casi 6 años hace | 3 respuestas | 0
3
respuestasPregunta
how to creat this rectangular signal?
X=[1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0] Y=[1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1] X and Y these are rectangu...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Low pass filter that removes all the small ripples
hello I would like a low pass filter that eliminates all the small ripples of this signal
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i detect max value and his index ?
I have vector a=[1 2 5 NAN NAN 9 0 23 12 NAN NAN NAN 6 2 8] how to detect max value and it index ?? a(1)=[5] and index index(1...
casi 6 años hace | 4 respuestas | 0
4
respuestasPregunta
How can i creat subvectors ?
I have vector a=[1 2 5 NAN NAN 9 0 23 12.....NAN.......6 2 8] how to creat subvector a(1)=[1 2 5] and index index(1)=[1 2 3] ...
casi 6 años hace | 2 respuestas | 0