Statistics
RANK
205.947
of 300.379
REPUTATION
0
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.299
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
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)); ...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 8 jaar ago | 0 answers | 0
0
answersQuestion
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)
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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',...
bijna 8 jaar ago | 1 answer | 0
1
answerArithmetic division for cell array
<</matlabcentral/answers/uploaded_files/99093/MATLAB%20Cell%20array.jpg>>
bijna 8 jaar ago | 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...
bijna 8 jaar ago | 2 answers | 0

