Community Profile

photo

James Allison

MathWorks

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How do I code my optimization problem with the Optimization Tool Box?
This is an optimization problem with a nonlinear objective function and linear constraints. fmincon applies to this type of prob...

13 years ago | 1

Answered
Hybrid Wind Fuel Cell System
You might find this <http://www.mathworks.com/programs/wind_turbine_webinars/ webinar series on wind power> helpful.

13 years ago | 1

Answered
Read/Write global variables during simulaion
The <http://www.mathworks.com/help/toolbox/simulink/slref/datastorewrite.html data store block> will allow you to do this.

13 years ago | 0

Answered
Can I call quadprog() using Embedded MATLAB from Simulink?
If you are fine with a simulation-only capability (i.e., no code generation), then you might also consider using a <http://www.m...

13 years ago | 1

Answered
Auto Simulate Simulink Model
Automating the simulation of a Simulink model from MATLAB can be done using the <http://www.mathworks.com/help/toolbox/simulink/...

13 years ago | 0