Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7511241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:29:16+00:00 2026-05-29T23:29:16+00:00

This is the problem I need help with: equation: r = a1*x1 + a2*x2

  • 0

This is the problem I need help with:

equation:

r = a1*x1 + a2*x2 + a3*x3 + a4*x4,

where ‘x1,x2,x3,x4’ are scores (all positive) for four aspects of a product;

‘a1,a2,a3,a4’ are initialized weights (sum of them is 1);

‘r’ is calculated as the final score for this product;

Say the number of products are 100; then based on the final score “r”, sort the 100 products and calculate the equally weighted profit (given) of the top 10 products.

The purpose is to find the maximum value of the weighted profit by changing the weights ‘a1,a2,a3,a4’.

Does the Matlab toolbox has the function to solve it? I have searched several, but didn’t find right one for this problem. Any suggestion will be appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:29:17+00:00Added an answer on May 29, 2026 at 11:29 pm

    Create a function that calculates the negative of the weighted profit (negative because matlab’s built-in algorithms find the minimum). If I understand what you’re describing, it should look something like this.

    function f = wprofit(a)
    r=-x*a;
    r=sort(r);
    f=sum(r(1:10));
    end
    

    Then use fmincon to find the minimum.

    Aeq=ones(4,1);
    beq=1;
    a0=[.25 .25 .25 .25]';
    [a,f]=fmincon(@wprofit,a0,[],[],Aeq,beq)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Need some help with this problem in implementing with XSLT, I had already implemented
I need some help in solving this problem. We have a large amount of
Well i need some help here i don't know how to solve this problem.
ive being trying to cope with this problem but still. I need your help.
Afternoon all, I really need your help as this is a Nightmare! I was
I need help with this problem. I need someone to explain to me why
I am a javascript noob and I need help with this problem ! On
I've scoured the internet for help on this problem but I need help. This
i need help with this problem... I have two lists of same objects SearchResult,
I have this strange problem I need some help with. This menu code goes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.