Finding an Optimal Path

버전 2.0.0.1 (1.06 MB) 작성자: Mary Fenelon
Solve the path planning problem of going through a vector field of wind in the least possible time using MATLAB and Optimization Toolbox.
다운로드 수: 5.5K
업데이트 날짜: 2020/4/9

라이선스 보기

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 (2024). Finding an Optimal Path (https://www.mathworks.com/matlabcentral/fileexchange/36321-finding-an-optimal-path), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Multiobjective Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

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.
R2015b folder: Fixed GUIDE app.

1.0.0.1

Updated license

1.0.0.0