当前位置:网站首页>[mathematical modeling] fmincon() function of MATLAB nonlinear programming
[mathematical modeling] fmincon() function of MATLAB nonlinear programming
2022-06-28 23:09:00 【おもいね】
1. About fmincon() function
Solve the minimum value of multivariable constrained nonlinear function ( Both objective function and constraint can be nonlinear )
1.1 Problem description

2. Invocation format

2. example

The code is as follows :
f = @(x)100*(x(2) - x(1)^2)^2 + (1 - x(1))^2
x(0) = [0,0]
A = [1,-2]
B = 1
Aeq = [2,1]
Beq = 1
[X,Fval] = fmincon(f,x0,A,B,Aeq,Beq)

边栏推荐
- How to solve the problem of desktop without sound
- Realization of 2D code generation in micro build low code
- 带链接跳转的微信红包封面制作教程和使用指南
- 大三,不简单啊!
- 非科班!自学之路!
- 强大的开源API接口可视化管理平台-YApi
- 设计电商秒杀系统
- Web API learning notes 1
- Didn't find an internship. He summed it up
- 2022 PMP project management examination agile knowledge points (4)
猜你喜欢

Go language - reflect

Qtcreater5.15.0 source code compilation process record

Online text filter less than specified length tool

生产环境sonarqube安装

See fengzhixia | FENGZikai, the originator of Guoman, for exclusive sale of Digital Collections

第四章 存储器管理练习

Realization of 2D code generation in micro build low code

如何使用伦敦金画出支撑阻力线

计数排序和排序的稳定性

One card can sell tens of millions, and the business expansion is faster than that of players: you don't understand the Jianghu of star cards
随机推荐
Wave picking of WMS warehouse management system module
Do you know all the wonderful functions of the vlookup function?
O & M troubleshooting - use hcache plug-in to troubleshoot excessive buffer/cache occupancy
Mathematical knowledge: finding combinatorial number I - finding combinatorial number
【Word 教程系列第 1 篇】如何去除 Word 表格中的箭头
Detailed steps for MySQL to recover data through IBD files
【kotlin】好看的弹出框、自定义弹出框(对话框)、扩展函数、菊花等待条、消息提示框
2022-06-28: what does the following golang code output? A:true; B:false; C:panic; D: Compilation failed. package main import “fm
DBNN实验进展
Explanation: Luogu p1762 even number /6.21 internal examination T2
Chapter V virtual memory exercise
见丰知夏|国漫鼻祖丰子恺,数字藏品独家发售
第三章 处理机调度练习
Code example of hiredis
第二章 经典同步练习作业
Online text filter less than specified length tool
Tanghongbin, Yaya live CTO: to truly localize, the product should not have the attribute of "origin"
第四章 存储器管理练习
Complex nested object pool (4) -- manage the object pool of multi class instances and multi-stage instances
lock4j--分布式锁中间件--使用/实例