Feeds
질문
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 ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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]...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ...
10년 초과 전 | 답변 수: 0 | 0
