finding an optimal path
this demo shows how to use mathworks products to solve a path-planning problem.
the objective is to find the optimal path (path of least time) through a randomly generated vector field of wind values.
a live script shows how to set up both time-independent and time-dependent versions of the optimization problem.
an app created with app designer shows an interactive way to do this analysis. the path may be defined by dragging control points with the mouse and the parameters (path distance and time) are updated on-the-fly.
another live script shows how to use matlab coder to generate c/c code for the optimization step and compares its run time to that of using matlab code.
the scripts and guide app used in the “finding optimal path using optimization toolbox” video by teja muppirala are in the r2015b folder.
引用格式
mary fenelon (2023). finding an optimal path (https://www.mathworks.com/matlabcentral/fileexchange/36321-finding-an-optimal-path), matlab central file exchange. 检索来源 .
matlab 版本兼容性
平台兼容性
windows macos linux类别
- > > >
标签
community treasure hunt
find the treasures in matlab central and discover how the community can help you!
start hunting!探索实时编辑器
创建集代码、输出和格式化文本于一体的可执行脚本文档。
pathoptimizationdemo/r2015b
pathoptimizationdemo/r2020a/codegeneration
pathoptimizationdemo/r2020a
pathoptimizationdemo/r2020a/codegeneration
版本 | 已发布 | 发行说明 | |
---|---|---|---|
2.0.0.1 | uploaded the 2.0 version. |
|
|
2.0.0.0 | r2020a folder: migrated app to app designer. added code generation using matlab coder.
|
|
|
1.0.0.1 | updated license |
|
|
1.0.0.0 |
|