Underdetermined optimization problem

1 view (last 30 days)
smabtahi
smabtahi on 28 Feb 2012
Hello everyone
I have an optimization problem like this:
A = w_1*A_1+w_2*A_2+....w_N*A_N
where A is an p*q matrix A_1,..., A_N are also p*q matrixes w_1,....,w_N are some scaler numbers
the problem is that with assumed A and A_1,....,A_N, minimze error fuction and optimize the w_1,..,w_N valuse.
F= A - (w_1*A_1+w_2*A_2+....w_N*A_N)
Kindly please tell me with which matlab commands I can solve this problem?

Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!