Estadística
0 Problemas
3 Soluciones
CLASIFICACIÓN
6.394
of 297.016
REPUTACIÓN
7
CONTRIBUCIONES
9 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
22.22%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
69.594
of 157.725
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
matrix convertion and reconvertion
I want to move the matrix elements as desired like a=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16] now i want ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Coding of counter block cipher
need to design counter block cipher any hint or code?
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
one's and two's complement
how to convert 8 bit binary numbers into one's and two's complement Let a=11001011 ones_complement=00110100 twos_comple...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
fixed length of character
i need to enter fixed length of character, for example, when i call a function or prompt something it only take fixed length of...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
convert binary vector value into decimal
i have a= [0 0 1 0 1 0 1 1] i want to convert it, into decimal value 43
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
error in bit shifting operation
a=[1 0 0 0 0 0 1 0 1] i want to shift these bits according to my requirement like i want them to shift left side two bits ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert 4 x 4 matrix into row matrix
I need to convert a 4 x 4 matrix into single row matrix like A=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 1...
casi 11 años hace | 1 respuesta | 0
1
respuestaHow do I create a Matlab 10x10 matrix of numbers 1-100?
A=reshape(1:100,10,10) or A=reshape(1:100,10,10)'
casi 11 años hace | 0
| aceptada
Pregunta
converstion between two types
What is difference between a=10101010 b= 1 0 1 0 1 0 1 0 when length(a) and lengt...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Wrong answer of xor operation
a=(dec2bin(13)) a=1101 b=(dec2bin(14)) b=1110 c=xor(a,b) the answer i get is c= 0 0 0 0 which is wrong. how s...
casi 11 años hace | 2 respuestas | 0
2
respuestasResuelto
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
casi 11 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 11 años hace