Optimization of equation with 3 variables

23 visualizaciones (últimos 30 días)
ST
ST el 9 de Ag. de 2019
Respondida: Stephan el 9 de Ag. de 2019
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!

Respuestas (1)

Stephan
Stephan el 9 de Ag. de 2019

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by