photo

Sherif Shokry


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
1 Réponse

RANG
105 659
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

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

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to stop the loop once store the 1st value of a variable?
Dear all, In my code, I need to break the code after recording the 1st value once the condition satisfied. However, when I exec...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Use (linprog) to formulate this objective function?
y1 = sum(a1+b(1)+c1-d1+(n1/S)); y2 = sum(a1+b(1)+c1-d2+(n2/S)); y3 = sum(a1+b(1)+c1-d3+(n3/S)); y4 = sum(a1+b(1)+c1-d...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


How to optimize two optimization variables within the same objective function?
I need to optimize (two optimization variables) as follow f(x) min (X+Y) s.t (n,m) y1 = sum(a1+n+c1-d1+(n1/S)); ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to formulate a fitness function cosists of sum of different variables?
In this fitness function I couldn't run the code. It don't know the appropriate way to formulate it. function y= fitness(b...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Error: Undefined function or variable [even if I defined the same variable on previous line]
While I'm running the coming code, I got this error "Undefined function or variable 'ExGr_ME_1'." if (~isempty(ExGr38) || ~i...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to find the position of an element in a cell array which corrospond to the same position in other different cell??
If the 1st Pic is (veh_linlanes), each row has the exact lane of each vehicle on the traffic network in each time step. While Th...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


What is the appropriate way to optimize this fitness function Z=min (2X+Y)?
X= sum (a1+b1+c1-d1+(N1/S)), b1 subject to (0,upper limit) Y= sum (a2+b2+c2-d2+(N2/S)), b2 subject to (0,upper limit)

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to use Genetic Algorithm (GA) for multi-objective function (Dynamic Optimization)?
I need to optimize this multiobjective function using GA: Z=min(2X+Y); X= sum (a1+b1+c1-d1+(N1/S)) Y= sum (a2+b2+c2-d...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to match different cell arrays of different sizes with one cell array of another different size?
I have different cell arrays with different sizes 1×3 and 1×2: line38 = {'38-1', '38-2', '38-3'}; line60 = {'60-1',...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Arithmetic division for cell array
<</matlabcentral/answers/uploaded_files/99093/MATLAB%20Cell%20array.jpg>>

presque 8 ans il y a | 0

Question


Arithmetic division for cell array
I have 2 cell arrays (same dimensions). How can I divide only the variables in the 2nd array in the 1st cell array over the 2nd...

presque 8 ans il y a | 2 réponses | 0

2

réponses