Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
294.917
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
77.78%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
LFSR code problem for 50 bits
am trying to run this code to calculate maximum length of 50 bit LFSR, and when i run this code it just keep on running (it neve...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to add space between matrix elements?
hi guys am working on binary matrix, and i want a code to add space between matrix elements? matrix as : 11001110;110011...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to calculate total hamming distance?
hi guys i have this code which i was running to calculate hamming distance: D = pdist(AA,'minkowski',1); D_matrix = square...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to multiply matrix vectors with one column?
if i have matrix M = [1 0 1 0; 1 0 0 1;1 1 1 0;1 1 1 1; ...] and i want to multiply each row with one cloumn B=[1 0 0 1] how to...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to calculate Galois field number system ?
hi guys i need a code to calculate the following Galois field number system for generating LFSR sequence, i want to modify thi...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to swap rows between matrix?
hi guys,,, i have two matrix A & B, and i want to swap the rows between these matrix according to their Distance. the swap sh...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
problem with cellular automata code?
i found this code here, and i try to initialize it with [1 0 1 1 0 1 1] but it didn't work. http://www.mathworks.com/matlabce...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to calculate element distance in a vector?
hi guys i want to calculate the difference between vector element as [0 1 1 0 1 1 0] which should give 0-1=1,1-1=0,1-0=1,0-1=1...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
error in OR matrix for dimension
hello i have two matrix(M & M2) one of them M have 50 row and 32 column and the second one M2 has 50 row and 10 column i want ...
más de 10 años hace | 1 respuesta | 0