Minimize the cost of a quality control system

2 次查看(过去 30 天)
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 个评论
Varun Garg
Varun Garg 2018-6-5
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 2018-6-5
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.

请先登录,再进行评论。

采纳的回答

Varun Garg
Varun Garg 2018-6-5
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

尚未输入任何标签。

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by