Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
244.983
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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 can I find and remove the nonzero duplicates in each column of a matrix
X is a n-by-n matrix of integers ranging from 0 to n. I want to find nonzero duplicate entries in each column and remove them.
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
concatenating certain columns of a (numeric) matrix. The id of columns of interest stored in a numeric array. Also some columns are selected more than once.
I have a numeric matrix A. I want to generate matrix B (with the same size as A) from certain columns of matrix A. Columns of in...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Counting unique values across the columns of a matrix
How can I store indices of columns in a matrix containing more than 3 unique values? for example if: X = 8 2 1...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
converting a double array to a logical array conditionally
Double array A is [2 1 6 7 3 5 4]. How can I convert it to a logical array in a way to get 1 for the first (for example) 3 eleme...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find the product of each element of a matrix by itself and by the other elemets at the same row?
input: x = [a,b,c; d,e,f] output: y = [a^2,a*b,a*c,b^2,b*c,c^2; d^2,d*e,d*f,e^2,e*f,f^2]
más de 9 años hace | 1 respuesta | 0