Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
38.645
of 300.750
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.073
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 170.837
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
deleting rows using setdiff?
I have two different matrices, x & x1, and they are related. x is generated to be compared to y, all elements that are not avail...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
simplify a code that takes input matrix and assign negative to one of the values?
this code creates a matrix based on input from the user and then assign negative signs to minimum element in the matrix with fir...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I get the min and corresponding max in matrix?
I want to find the max in a matrix r*2 where r=1 up to 10 depends on the input from the user. and then return the min correspond...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Can GUI show a circuit drawing based on the user input?
I have a generalized circuit for a voltage level converter with only two things that is variables, number of capacitors and numb...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
deleting rows in a matrix?
I want to delete corresponded rows in mother matrix x when x2 have duplicated rows, the following code may explain the goal: ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to get the min in an array and return its position?
I want to check the min in a matrix and return its position, Ex. x=[1 3 1 1], the code will check the min which is '1' and ret...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how can I deleted shared rows in two matrices?
i have these two matrices, X=[1 0 0;1 0 1]; Y=[1 1 1;2 0 1;1 0 1;3 1 1;1 0 0] X always part of matrix Y meaning that ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to locate rows that has max values in r*2 matrix?
I want to get the max values in a r*2 matrix. r is input from the user. Then, I want to get the complete row(s) where the maxima...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how can make the xor return integer values instead of 1's or 0's?
In the following code, I am xor-ing two different sizes matrices, to get rid of the element overlap in any row of x and y (overl...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I append two or more matrices inside For Loop?
In the following code; I transform decimal matrix to binary and I want to save all the representations in same matrix whcih simp...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Can I have a code that detects # of element transitions and return a matrix that has only rows of minimum element transitions?
I have A=[1 0 0 2;1 0 2 2;2 0 1 2;0 0 0 2]; I want a code that eliminates the rows that have multiple element changes compare...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Matrix A & B need to be merged, Can I delete a complete raw if one appears in both matrices and same column position?
I want to generate a matrix C out of A and B in condition that each 'one' in A in any column j should not appear in B in the sam...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how can I generate a code based on specific value selection in a matrix?
I want to make a function that search for a value of y in x, either one element or sum of many elements, and return 1 or 0 to ma...
más de 9 años hace | 2 respuestas | 0
