Community Profile

photo

Mary Fenelon

MathWorks

Last seen: 1 year ago|Active since 2016

MATLAB Optimization Products Marketing Manager

Statistics

全部
  • 个人最佳下载级别2
  • 首次审查
  • First Submission
  • 知识渊博的级别2
  • Revival Level 1
  • First Answer

查看徽章

Content Feed

查看

Answered
Energy management system for a grid connected CHP system with Renewable Energies and Battery Storage
这个例子米ay help: //www.tianjin-qmedu.com/matlabcentral/fileexchange/73139-microgrid-energy-management-system-ems-using-o...

1年前| 0

|公认

Submitted


Linear and Mixed-Integer Linear Programming in MATLAB
These files accompany the webinar.

1年前|8下载|

Thumbnail

Answered
MATLAB编码器不支持“ Quad万博1manbetxprog”,我可以使用什么?
从R2020a开始支持四Quadpro万博1manbetxg的代码生成。

2年前|0

Answered
How to deal with matlab functions that are unsupported when using Matlab Coder? (How can I transfer Matlab intrinsic function 'quadprog()' into C code using Matlab Coder?)
Code generation for quadprog is supported as of R2020a. Support for fmincon was added in R2019b.

2年前|2

Answered
How can I use quadprog in Simulink?
Code generation support for quadprog was added in R2020a.

2年前|0

Answered
是否可以使用QuadProg()进行代码生成?
Code generation for quadprog is supported in R2020a, following on support for fmincon added in R2019b.

2年前|0

Submitted


Finding an Optimal Path
解决路径规划问题的问题,即使用MATLAB和优化在最小可能的时间内通过风向量。

2年前|21下载|

Thumbnail

Answered
fmincon error for DOA estimation antenna array uncertainties
You are missing a placeholder empty arragy argument for beq in your call to fmincon.

2年前|0

|公认

Answered
Fitting system of ODEs to data - multistart?
This example should get you started. Information on how the solvers work can be found here. The setup is similar for both so you...

3 years ago | 0

|公认

Answered
How can i limit the assets selected in a portfolio optimisation
添加对库存数量(基数约束)的约束,您需要使用整数变量。有一个审查...

3 years ago | 0

Answered
Double Summation expression in Objective Function
是1x3优化表达还是1x2?无论如何,您都需要在两个维度上汇总以获得一个优化...

4年前| 0

|公认

Answered
MEX interface for IPOPT solver
Give |fmincon| in Optimization Toolbox a try using its default interior-point algorithm. If it converges, it will be to a local ...

4年前| 0

Answered
how do i code optimum problem using two matrix?
Your problem has a quadratic objective function. optimproblem in 18a only supports linear objectives. You can use the ga func...

4年前| 0

Answered
Generate a branch and bound tree
A tree is a graph so you could visualize it with MATLAB

4年前| 0

Answered
如何在IF条件下使用优化变量以及如何使用Optim进行优化变量。表达?
乘以两个优化变量会导致二次表达式,并且在混合构成线性prog中不允许使用它们。

4 years ago | 3

Answered
如何将优化问题的决策变量使用到if else语句中?
The if-constraints (logical constraints, implication constraints) can be modeled with linear constraints and binary variables. ...

4 years ago | 2

|公认

Answered
How do you model Fixed Charge Optmization in Matlab
Take a look at the mo...

4年前| 0

|公认

Answered
我在哪里可以找到与视频优化制造过程相关的代码和Simevents模型
Find the files for a similar problem in the SimEvents example

4年前| 0

Answered
是否有无黑森州优化算法?
If your functions are smooth, a gradient-based solver such as fmincon

6 years ago | 1