Andre Ged
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
258 726
of 295 527
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
63.64%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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 apply or operator on the components of a vector?
Hello, how can I apply the operator or || to the components of a vector v = [v(1) v(2) v(3)...v(n)], whose size is not known a ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
Termination tolerance in fsolve
Hello! I am a student in engineering, and I'm using fsolve to solve a system of three non-linear equations in three unknowns. I...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
How to choose a Local optimization algorithm
I have to find the global minimum of a scalar function of 22 variables. These variables must stay inside bounds and some of the ...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
How can I save the initial population created by a Genetic Algorithm?
How can I save the initial population created by a Genetic Algorithm, in such a way to use it in other GAs?
mer än 8 år ago | 0 answers | 0
0
answersQuestion
How to delete an element of a vector?
Given a vector v, containing elements from 1 to 10, I have to delete the elements of that vector that are equal to 10. For examp...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Is it better to use sqrt or ^(1/2) ?
In order to have better performance in terms of computational time, is it better to use sqrt or ^(1/2) ?
mer än 8 år ago | 2 answers | 0
2
answersQuestion
How GlobalSearch optimization method works?
Could someone explain me how GlobalSearch works in simple terms? I have read the manual but I don't understand it very well. ...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
How to sort the components of a vector?
How can i sort the components of a vector in increasing order?
nästan 9 år ago | 1 answer | 0
1
answerQuestion
Compute an orthonormal vector of a given vector of whatever dimension
Given a generic vector of whatever dimension ( in my case I have a vector with 11 components), how can I find one of the infinit...
nästan 9 år ago | 0 answers | 0
0
answersQuestion
Optimization with Genetic algorithm
I have to find the global minimum of a function which has 11 independent variables using ga [X,FVAL,EXITFLAG] = ga(@Fitness...
nästan 9 år ago | 0 answers | 0
0
answersQuestion
How can I create a string vector?
Given a vector containing a certain number of elements, for example vector=[2,4,3], I have to create a vector containing in...
nästan 9 år ago | 2 answers | 0