Optimization of equation with 3 variables

조회 수: 24 (최근 30일)
ST
ST 2019년 8월 9일
답변: Stephan 2019년 8월 9일
I want to maximize the value of M and also know the values of h, b, and t for which the maximum value is obtained:
M = ((h^3)/6)*t*(1 + 3*(b/h))
The constraints are:
  • 2*(h+b)*t <= 36
  • h= 0.5:10
  • b = 0.5:10
  • t >= 0.5
Seeking suggestions for writing this code.
Thank you!

답변 (1개)

Stephan
Stephan 2019년 8월 9일

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by