Statistiques
12 Questions
0 Réponses
RANG
181 680
of 300 851
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 294
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I use the while function for iteration but when the process is running can't stop ... please help me ... what should I do?
function [Solution, OverallCost]=VAM(CostsMtx, resources_col, demands_row) %[CostsMtx,ss,sd]=inputFun(CostsMtx, resources_col...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
i need help to make mathlab code step 4 and step 5?
i have mathlab code about genetic algorithm .. my mathlab code is only at the chromosome selection stage pop_size = ...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to make sigma from my problem using math lab code?
I want to calculate eval (x (pop_size)) = sigma (c (i, j) * x (i, j)) where i = 1 to m and j = 1 to n and I also want to calcula...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
how to write the mathlab code for the sigma formula below?
suppose I have a value Eval (X_1) = 40 Eval (X_2) = 30 Eval (X_3) = 70 Eval (X_4) = 80 Eval (X_5) = 24 Eval (X_6) = 35 Ev...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
want to loop as much as pop_size with each iteration out i, j, x (i, j), s (i) and d (j) ... can anybody help fix my looping function?
clc;clear;close all; c=[10 2 20 11 12 7 9 20 4 14 16 18]; s=[15 25 10 ]; d=[5 15 15 15]; [m,n]=size(c)...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I create an exact looping code for my following problem?
I have the following mathlab code clc;clear;close all; c=[10 2 20 11 12 7 9 20 4 14 16 18]; s=[15 25 10 ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to generate nonzero x (i, j) values using loop function 1: pop_size?
let c=[10 2 20 11 12 7 9 20 4 14 16 18]; s=[15 25 10]; d=[5 15 15 15]; [m,n]=size(c); pop_size=25 ...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
how to use the randi function to perform random numbers provided that no random number results are repeated or are not the same?
i want to do random numbers phi = 1: 4 looping using the randi function. I want each iteration not to come out the same number...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
how to make a looping function to delete all members in a phi set?
Let let phi= [ 1, 2 , 3, 4] k=randi[(phi),1,1] k=3 newphi(newphi==k)=[] phi=[1,2,4] I want to loop until phi = empty set...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to loop rand number without repition?
I Have set phi = [ 1,2,3,4,5,6,7,8,9,10,11,12] i want rand phi with looping with requirment for each iteration resulted sing...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
how to make a mathlab code with different values of k or without the value of k which is the same as k is a random number of phi and phi = (1,2, ...., m * n)
I have m = 4 and n = 5 set phi = (1,2,3, ..., m * n) k = rand (phi) I want to make a loop with the accuracy of each step t...
plus de 5 ans il y a | 1 réponse | 0