Minimize the cost of a quality control system

2 vues (au cours des 30 derniers jours)
Stam Kavid
Stam Kavid le 5 Juin 2018
Commenté : Stam Kavid le 5 Juin 2018
Hi. I would like to minimize the cost of a function and i have these variables and restrictions. c<=2 n=1-1000 0<=p<=0.025
and the cost function is in the picture.
Also, i would like to know for what n,c this cost is minimized.
Thanks in advance.
  4 commentaires
Varun Garg
Varun Garg le 5 Juin 2018
It's okay not to be used to MATLAB. Try out some nice tutorials or try searching the Official documentation for the functions you might need. Your question sounds like a college/school assignment. This is a knowledge sharing forum with people trying to help you if you are stuck somewhere but not do custom coding for you. It's always better to tell how you tried to code and you need some help with the error or some direction. Don't expect someone to solve your assignment for you. Cheers!
Stam Kavid
Stam Kavid le 5 Juin 2018
It's for personal use, but I understand and respect your opinion! I will try to make it on my own. Thanks again for your time.

Connectez-vous pour commenter.

Réponse acceptée

Varun Garg
Varun Garg le 5 Juin 2018
I think you should go through the following functions which should get your work done.
integral
You can find the related documentation here .
This will help you define your function. Now comes the minimizing the cost part, try working with
fmincon
You can find the related documentation here .
These two combined should probably solve the problem you are working on. Try it out, code it. If you face any errors post a question about it or comment here. Hope this helps.
  1 commentaire
Stam Kavid
Stam Kavid le 5 Juin 2018
Thanks, that is just what i need!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by