Multiple shooting method example

Solving constrained optimization with multiple shooting method

이 제출물을 팔로우합니다

% This code demonstrates an example of solving constrained optimization problem
% with multiple shooting method.
% Constrained Optimization Problem:
% minimize L = 1/2 * integral_from_t0_to_T of (u.^2)
% Subject to: x_dot = (x2; u); with x = (x1, x2)
% initial value x(0) = (0; 1);
% final value x(T) = (0; -1);
% inequality constraint: x1 < 1/9;

인용 양식

Vinh Nguyen (2026). Multiple shooting method example (https://kr.mathworks.com/matlabcentral/fileexchange/62727-multiple-shooting-method-example), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Nonlinear Optimization에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0