Statistik
9 Fragen
0 Antworten
RANG
252.929
of 301.020
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 21.135
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 172.370
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to define if statement for fmincon function / optimization problem
Hello, Can anyone help me with below problem please? I am using fmincon to do the optimization by Matlab. I have a 'price' a...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
failure in initial objective function evaluation
Hello, I want to solve an optimization problem by Matlab fmincon function. I defined my objective function as: func...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab genetic algorithm fitness value plot
Hi, I used Matlab genetic algorithm (ga) for solving an optimization problem. I defined a plot option as @gaplotbestfun. The pl...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Matlab genetic algorithm plotobjective error
Hi! I used Matlab ga (genetic algorithm) for optimization. I wrote my objective function in a separate .m file. when I run the ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
objective function requires more input arguments to run
Hi, I am working on an optimization problem. The aim is to find the optimal value for x1 and y1, which are 1x24 vectors. I wr...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error in Matlab function: Inner matrix dimensions must agree
Hi, I wrote this function in Matlab: function f = objfun(x,a,b) x1 = x(1:24); y1 = x(25:end); i = 1:24; ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to compare all vector indexes with a constant value and switch the value of another variable (0 1) based on that
I have a 1x24 vector (a). I should define a command in Matlab which compare all 24 values of a vector (a) with a certain value (...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
fmincon objective function problem
I need to maximize the following objective function in Matlab: mean (a*I'*x1+b*(ones(1,24)-I)'*x1)-mean((a*(ones(1,24)-I)...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
my objective function should be maximized. It has 3 variables that all should be optimized, i.e. the optimization should give 3 optimized variables at the end.
My objective function also has an indicator function that its value depends on one of those 3 variables which has to be optimize...
mehr als 8 Jahre vor | 1 Antwort | 0
