Minimize the cost of a quality control system

2 visualizaciones (últimos 30 días)
Stam Kavid
Stam Kavid el 5 de Jun. de 2018
Comentada: Stam Kavid el 5 de Jun. de 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 comentarios
Varun Garg
Varun Garg el 5 de Jun. de 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 el 5 de Jun. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

Varun Garg
Varun Garg el 5 de Jun. de 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.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by