Community Profile

photo

Aryama Mandal


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to multiply a cell array with a matrix
Ya I have a cell matrix example [1 0;1 0;0 1][0 1;0 1;1 0] and a matrix of 3*5. I want to multiply this cell matrix and the 3*5 ...

9 years ago | 0 answers | 0

0

answers

Question


Multiplication of matrix element of different size matrix
I want to perform this m(l,j)= sum of (i=1 to M)(x(i,l)*w(i,j))/ sum(i=1 to M)x(i,l) where ,x will get from this code...

9 years ago | 0 answers | 0

0

answers

Question


How to shuffle a matrix
I have a matrix v=[0 1;1 0;0 1;1 0] I want to shuffle this matrix, which will give x=[1 0;1 0;0 1;0 1] x=[1 0;0 1;1 0;0 1]...

9 years ago | 1 answer | 0

1

answer

Question


Objective function of GA
I want to do Genetic algorithm program in MATLAB. But, I'm unable to solve the objective function My objective function is s...

9 years ago | 0 answers | 0

0

answers

Question


Generation of Chromosome in MATLAB
M= the total no of machine. C= the total number of cell. P= the total no of parts. t(ij)= the processing time of part j on ma...

9 years ago | 0 answers | 0

0

answers

Question


Generation of initial population of ga
what will be the objective function of ga when it is written x=1 with machine is in cell, otherwise 0 when i= no of machine and ...

9 years ago | 0 answers | 0

0

answers