Danish Nasir
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
85.954
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
77.78%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Regression tree and regression equation
Suppose i have 3 input variables x1,x2 and x3. Each variable is 400x1 size. x1 is a categorical variable while x2 and x3 are con...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Regression tree and prediction equation
Suppose i have 3 independent variables A,B and C and dependent variable T. The variable A is discrete and B,C are continuous. T...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to retrieve index in a matrix
Suppose a matrix A= [20 100 35 50 30 30 25 40 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Summation of column elements of matrix A from index values of matrix B
Suppose I have matrix A=3x3 and B=3x3. I sort each column of B and get index matrix I by using [C,I]=sort(B). Now I will take fi...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to find the indices after sorting columns of a matrix
Suppose i have 4x4 matrix A with different integers. I sort each column of the matrix i.e. B= sort (A,'ascend'). Now i want matr...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Sum of different column elements of a matrix
Suppose i have a matrix of size 50x50. I want to sum following elements of thematrix 3rd element of 1st column,8th element of 2...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding the minimum cost of a matrix
Suppose i have cost matrix M= [ 100 250 300 400 600 900 400 300 ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Repetition of elements in a matrix
Suppose i have a matrix A= [25 21 ] . I want to repeat elements by 4 and 2 times respectively. Repeat=[4 2]. However the repeat...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Replacing repeated elements in a matrix
Suppose i have matrix A=[ 8 8 8 8 7 7 7 4 2 17 18 18] If a number is repeated , then I want to replace the last repeated elemen...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Repetition of element in matrix
Suppose i have a matrix A=[23 17] I want to proportion element of A in such a way that sum will remains equal to elemental valu...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Replacing the values in a column of a matrix
Suppose i have a column matrix A=[ 8 8 8 8 17 17 28 26 7 7 7 ]' and a matrix B = [25 21 28 26 16]' I want to modify matrix A su...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
3 D plot with three input and one output
I have input data in the form of matrix column. Coulmn 1 represent x1, column2 represent x2, Coulmn 3 represent x3. My output is...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matchpair function to solve linear assignment problem
1. I want to know whether Hungarian algorithm is an exact solution algorithm or a heuristic? 2. MATLAB has inbuilt fucntion M...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matchpair and Hungarian algorithm
I have a cost matrix of size 400x450. I want to minimize it. a) Is there any inbuilt function for Hungarian alogorithm in Matla...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Normalization of matrix column
I have a matrix say 3x4. I want to normalize each column. Each column has its maximum and minimum value. i want to use normaliz...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
storing loop values in a matrix
I have a column 10x1. Now i have to perform loop operation 5 times (i=1:5). I want to save the results of each loop so that the ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to retrieve location values in a matrix
Suppose i have a matrix 4x6 i.e. 6 columns and 4 rows. I want to extract different location values from the matrix i.e. 3rd loca...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Clubbing of two matrices rows altenately
i have two matrices A & B. The no. of rows in A are 4 and elements 5. The no. of rows in B are 3 and elements 5. I want to crea...
más de 3 años hace | 1 respuesta | 0