Community Profile

photo

Danish Nasir


Last seen: alrededor de 1 mes hace Con actividad desde 2021

Programming Languages:
MATLAB
Spoken Languages:
English

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

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...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to retrieve index in a matrix
Suppose a matrix A= [20 100 35 50 30 30 25 40 ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding the minimum cost of a matrix
Suppose i have cost matrix M= [ 100 250 300 400 600 900 400 300 ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta