Estadística
CLASIFICACIÓN
173.160
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
90.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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 convert a bit sequence to array?
i have key = 1234; bit_sequence = dec2bin(key); how i convert bit_sequence = 10011010010 to A = [1 0 0 1 1 0 1 0 0 1 0]
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to repeat a bit sequence?
Hi I have a key =1234; bit_sequence = dec2bin(key); how i create a new_bit_sequence longer by repeating bit_sequence n ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to make a binary sequence bit with given key?
Hi I have a key (ex: key=1234;) how i create a binary sequence bit whose length is 1000 with this key?
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to encode a bit sequences with key?
how to encode bit sequences with a key, before embedded into an images ( to enhance the secure) , then extracted and decode wi...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to convert a grayscale image to binary sequence
I'm research on watermarking. I want to convert a grayscale image MxN pixel (a pixel value 0~255)in to a binary sequence and pe...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
why do when I perform subtraction of two the same matrices is very small results, generally is 1e-016
when I perform subtraction of two the same matrices is very small results, generally is 1e-016, what can i do, If the result les...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make a matrix elements randomly distributed
how to make a matrix m elements, which has n elements "one" or #0, randomly distributed, the remaining elements are zero (n<m).
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to take the value of the array
I have Wj1 = [3x12 double] [3x48 double] [3x192 double] I want to have a matrix [3x252], I make A=[Wj1{1},Wj1{2}...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to create a series of changes over the loop variable and can assign a value to it
how to create a series of changes over the loop variable and can assign a value to it Example for r=1:3 A|r| = r ...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Have problem when learn mex
I'm learning Mex funtion, but when i excute an example mex yprime.c have error: C:\PROGRA~1\MATLAB\R2011B\BIN\MEX.PL: Erro...
más de 11 años hace | 1 respuesta | 0