Unconstrained Maximisation Problem
Unconstrained Maximisation Problem
(OP)
Hi everyone, essentially my aim is to maximise the unconstrained equation (1) with respect to lambda_i's for i = 0, 1, ..., 10. These lambda_i's can take on any REAL value, including 0. All other variables and functions are defined as follows:
I wish to solve for these lambda_i's in matlab, I have quite a limited knowledge with matlab, however I realise I have to use these three functions:
http://www.mathworks.com/help/stats/multivariate-n...
http://www.mathworks.com/help/matlab/optimization....
http://www.mathworks.com/help/optim/functionlist.h...
However due to my limited experience with matlab I am not sure about how to write the code, could anyone please give me a hand?
Any help will be much appreciated!
I wish to solve for these lambda_i's in matlab, I have quite a limited knowledge with matlab, however I realise I have to use these three functions:
http://www.mathworks.com/help/stats/multivariate-n...
http://www.mathworks.com/help/matlab/optimization....
http://www.mathworks.com/help/optim/functionlist.h...
However due to my limited experience with matlab I am not sure about how to write the code, could anyone please give me a hand?
Any help will be much appreciated!
RE: Unconstrained Maximisation Problem
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Unconstrained Maximisation Problem
RE: Unconstrained Maximisation Problem
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Unconstrained Maximisation Problem
RE: Unconstrained Maximisation Problem
http://www.mathworks.com/matlabcentral/fileexchang...
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: Unconstrained Maximisation Problem
If it does, it is relatively easy to set up your problem.
Fe (IronX32)
RE: Unconstrained Maximisation Problem
http://files.engineering.com/getfile.aspx?folder=b...
http://files.engineering.com/getfile.aspx?folder=3...
http://files.engineering.com/getfile.aspx?folder=a...
http://files.engineering.com/getfile.aspx?folder=c...
The first 3 files are my codes, last file is the data file.
Many thanks for your help!