Statistics
7 Questions
0 Answers
RANK
248,330
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Shifting position of an element in a vector from 1st to last
i want to change the position of a number in element from 1st to last for example if i have a sequence 1-2-3-4-5 first i wan...
5 years ago | 2 answers | 0
2
answersQuestion
Initial values for fmincon
I am trying to get the minimum value of a function using fmincon function but I have no guesses about the initial values.So what...
6 years ago | 0 answers | 0
0
answersQuestion
How to code variables in GA which are changing with in "for" loop
I want to minimze my function in which my x and y is depending on two other values i and j .x(i,,j) and y(j,k).So I am using "f...
6 years ago | 0 answers | 0
0
answersQuestion
how to define a binary variable in GA tool box
Hi all I am working with a facility location problem where the cost of facility is depending on either opening[1] or not openin...
6 years ago | 1 answer | 0
1
answerQuestion
Accessing parts of a long matrix
i have a matrix as shown in figure.here there are three cells which increase diagonally.in this example thr are3.there will be m...
9 years ago | 0 answers | 0
0
answersQuestion
how to acces matrix with some rows and columns
I have a large matrix and i want to access some rows and columns diagonally whose length varies at each iteration want to check ...
9 years ago | 0 answers | 0
0
answersQuestion
How can i replace a number with its no of ocurrences
i have a matrix=a=[1 0 1 0 1;0 1 1 1 1;1 1 0 1 1;1 1 1 1 1] i want to replace ones by their no of occurences in each row like a...
9 years ago | 1 answer | 0