# nonlinear MPC example

**URL:** https://discourse.julialang.org/t/nonlinear-mpc-example/10134
**Category:** Specific Domains
**Tags:** question
**Created:** [April 3, 2018, 11:32am UTC](https://discourse.julialang.org/t/nonlinear-mpc-example/10134 "2018-04-03T11:32:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jelly](https://avatars.discourse-cdn.com/v4/letter/j/a87d85/32.png) [@Jelly](https://discourse.julialang.org/u/Jelly)
#### Post date: [April 3, 2018, 11:32am UTC](https://discourse.julialang.org/t/nonlinear-mpc-example/10134/1 "2018-04-03T11:32:15Z")

</div>

hello ,every one! i 'm new here ,i am learning model predictive control and i want to know if there are any

nonlinear MPC examples written in julia . If there is ,please let me know

Thanks very much

---

<div class="post-metadata">

### Author: ![baggepinnen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/baggepinnen/32/693_2.png) [@baggepinnen](https://discourse.julialang.org/u/baggepinnen)
#### Post date: [April 3, 2018, 12:28pm UTC](https://discourse.julialang.org/t/nonlinear-mpc-example/10134/2 "2018-04-03T12:28:56Z")

</div>

Here are some MPC resources  
[https://github.com/JuliaOpt/Convex.jl/blob/master/examples/control.ipynb](https://github.com/JuliaOpt/Convex.jl/blob/master/examples/control.ipynb)  
[https://github.com/JuliaMPC/NLOptControl.jl](https://github.com/JuliaMPC/NLOptControl.jl)  
[https://github.com/JuliaOpt/JuMP.jl/blob/master/examples/old/optcontrol.jl](https://github.com/JuliaOpt/JuMP.jl/blob/master/examples/old/optcontrol.jl)  
[https://github.com/baggepinnen/DifferentialDynamicProgramming.jl](https://github.com/baggepinnen/DifferentialDynamicProgramming.jl)

---

<div class="post-metadata">

### Author: ![Jelly](https://avatars.discourse-cdn.com/v4/letter/j/a87d85/32.png) [@Jelly](https://discourse.julialang.org/u/Jelly)
#### Post date: [April 4, 2018, 2:48am UTC](https://discourse.julialang.org/t/nonlinear-mpc-example/10134/3 "2018-04-04T02:48:58Z")

</div>

thanks for contributing , really very nice of you all!😁
