Main Content

8,449 results in File Exchange

Edit Distance Algorithm

Version 1.0.0.0 by Reza Ahmadzadeh

Edit Distance is a standard Dynamic Programming problem.

Edit Distance is a standard Dynamic Programming problem. Given two strings s1 and s2, the edit distance between s1 and s2 is the minimum number of operations required to convert string s1 to s2. The

- Edit Distance is a standard Dynamic Programming problem. Given two strings s1 and s2, the edit distance between s1 and s2 is the minimum number of operations required to convert string s1 to s2. The
  • 2.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Nov 2012

dynamic_programming_shortestpath

Version 1.1 by Warut Boonphakdee

Solve the shortest path problem with dynamic programming

This code was designed for solving the shortest path problem with dynamic programming approach. It can run on large-scale problem as your required. Firstly, user must write the window.m file as this

- Dynamic Programming for shortestpath problem
  • 758 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Nov 2017

DynaProg

Version 1.6.5 by Federico Miretti

Solve finite horizon multi-stage deterministic decision problems using Dynamic Programming

  • 1.8K (All time)
  • 8 (Last 30 days)
  • 4.9 / 5
  • Community
  • 14 Nov 2024

Travelling Salesman Problem by Dynamic Programming

Version 1.0.0.0 by Faiq Izzuddin Kamarudin

THIS FUNCTION ENHANCE TSP USING DYNAMIC PROGRAMMING FUNCTION, tsp_dp1.m (Elad Kivelevitch,2011)

- THIS FUNCTION ENHANCE THE TRAVELLING SALESMAN PROBLEM USING DYNAMIC
  • 543 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Jan 2016

Dynamic Programming solution to the TSP

Version 1.0.0.0 by Elad Kivelevitch

This function solves the Traveling Salesman Problem (TSP) using Dynamic programming (DP).

  • 2.8K (All time)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 15 May 2011

Seam Carving with Dijkstra and Dynamic programming

Version 1.1.0.0 by Y Simson

A comparison between two methods

Objects".http://users.soe.ucsc.edu/~davis/panorama/cvpr98_moving_objects.pdfSeam Carving with Dynamic Programming: Based on a paper by S. Avidan and A. Shamir, "Seam Carving for Content-Aware Image Resizing".http://www.eng.tau.ac.il/~avidan/papers/imretFinal.pdf

- PURPOSE: Calculates accumulated energy from top to bottom for dynamic
  • 952 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Apr 2014

Dynamic Programming

Version 1.1.0.0 by Michael Mathew

Dynamic programming creates optimal policy for robot movement in a grid

Dynamic programming results in the creation of a optimal path like A star.

- DYNAMIC PROGRAMMING IN GRID SEARCH%
  • 3.1K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 11 Nov 2013

Dynamic Programming for solving Wager-Whitin algorithm with constant setup & holding cost

Version 1.1.0.0 by Warut Boonphakdee

Solving the uncapacitated dynamic lot sizing problem with constant setup and holding cost

  • 66 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Apr 2018

YADPF - Yet Another Dynamic Programming Function

Version 1.0.15.0 by Auralius Manurung

A generic implementation of a dynamic programming and value iteration algorithm in MATLAB.

YADPFYet Another Dynamic Programming FunctionThis is a generic implementation of dynamic programming algorithm and value iteration algorithm.This is sitll an ongoing work. Please check here for a

  • 262 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 12 Feb 2023

Unit commitment by dynamic programming method

Version 1.0.0.0 by Vladimir Stanojevic

unit commitment (plant scheduling) based on the forward DP method

" the optimal solution in some cases.Program constraints are min. and max. power output of generators, their min. up and down times, ramp rates, required reserve. Start-up costs can be constant (cold

  • 8.8K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 5 Jul 2011

Dynamic Programming for MATLAB

Version 1.0 by mansour torabi

Dynamic Programming has been implemented in MATLAB using two illustrative example

Matlab Dynamic ProgrammingDynamic Programming has been demostrated by two examples:Fibonacci sequenceFind number of path in the Grid Map with obstaclesExample 1: Fibonacci squenceJust run the

  • 385 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 15 Sep 2021

Maze Solver (Reinforcement Learning)

Version 1.0.0.0 by Bhartendu

Maze Solving using Value iterations, Dynamic Programming

Refer to 4.1, Reinforcement learning: An introduction, RS Sutton, AG Barto , MIT pressValue Iterations:Algorithms of dynamic programming to solve finite MDPs. Policy evaluation refers to the

  • 849 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2017

Model-based Value Iteration Algorithm for Deterministic Cleaning Robot

Version 1.1.0.0 by Reza Ahmadzadeh

An Example for Reinforcement Learning and Dynamic Programming

the field of Reinforcement learning and dynamic programming.The deterministic cleaning-robot MDP: a cleaning robot has to collect a used can also has to recharge its batteries. the state describes the

  • 1.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Feb 2014

Plotting bifurcation diagram.

Version 1.0.0 by Patrick Sylvestre-Baron

Bifurcation diagrams for continuous-time dynamical systems based on analysis of local maxima and minima

Most bifurcation diagrams for continuous-time dynamical systems are based on analysis of local maxima. In fact we must also consider the minima. We present a program applied to the Rössler system

  • 2.2K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Jul 2019

Dynamic Time Warping

Version 1.0.0.0 by Timothy Felty

Dynamic time warping program. Calculates the similarity between 2 vectors.

- Dynamic Time Warping Algorithm
  • 25.3K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 12 Dec 2005

Finding an optimal path on the terrain

Version 1.7.1.0 by Auralius Manurung

Finding an optimal path on the terrain by using the forward dynamic programming algorithm.

at:https://www.mathworks.com/matlabcentral/fileexchange/100149-yadpf-yet-another-dynamic-programming-function

  • 1.6K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 11 Oct 2021

Quadratic Programming Solution to Dynamic Economic Dispatch

Version 1.0.0.0 by RMS Danaraj

This program solves the Dynamic Economic Dispatch by quadratic Programming.

Dynamic economic dispatch is an important variant of economic dispatch,where the the ramp constraints also considered .This software presents a simple way of implementing the quadaratic programming

- This program solves the dynamic economic dispatch by
  • 4.8K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 12 Jun 2009

Dynamical Systems with Applications using MATLAB

Version 1.7.0.0 by Stephen Lynch

Companion Software.

"Dynamical Systems with Applications using MATLAB" covers standard material for an introduction to dynamical systems theory. The text deals with both discrete and continuous systems. There are

- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 1 - Linear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 1 - Linear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Chapter 2 - Nonlinear Discrete Dynamical Systems.
- Programs 15b - Small-amplitude limit cycle for Example 1(i).
- Programs 10d - Two limit cycles in an economic Kaldor model.
- Programs 15c - Small-amplitude limit cycles for Example 1(ii).
- Program_3c - The Mandelbrot Set in Color.
- Chapter 0 - A Tutorial Introduction to MATLAB and the Symbolic Math Package.
- Chapter 0 - A Tutorial Introduction to MATLAB and the Symbolic Math Package.
- Chapter 17 - Neural Networks.
- Chapter 17 - Neural Networks.
- Chapter 17 - Neural Networks.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
- Chapter 11 - Hamiltonian Systems, Lyapunov Functions, and Stability.
- Chapter 12 - Bifurcation Theory.
- Chapter 12 - Bifurcations of Nonlinear Systems in the Plane.
- Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
- Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
- Chapter 17 - Neural Networks.
- Chapter 12 - Bifurcation Theory.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 5 - Fractals and Multifractals.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 12 - Bifurcations of Nonlinear Systems in the Plane.
- Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
- Chapter 15 - Local and Global Bifurcations.
- Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
- Chapter 17 - Neural Networks.
- Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
- Chapter 9 - Interacting Species.
- Chapter 4 - Electromagnetic Waves and Optical Resonators.
- Chapter 5 - Fractals and Multifractals.
- Chapter 3 - Complex Iterative Maps.
- Chapter 8 - Planar Systems.
- Chapter 6 - Controlling Chaos.
- Chapter 7 - Differential Equations.
- Chapter 4 - Electromagnetic Waves and Optical Resonators.
  • 44.7K (All time)
  • 10 (Last 30 days)
  • 4.6 / 5
  • Community
  • 30 Jan 2016

Dynamic Recursive Point Pattern Matching Algorithm for CBIR

Version 1.1.0.5 by Caglar Arslan

This program recognizes the Hand Gestures of American Sign Language. Previously, it was vastly used for Hand Gesture Recognition projects.

dynamic point pattern similarity measure algorithm which works in conjunction with Keypoint Generation algorithmsFor demonstration purposes, this program recognizes the Hand Gestures of American Sign

  • 11K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 4 May 2020

01 Knapsack Solution by Dynamic Programming

Version 1.0.0.0 by Mohamed Atyya

01 Knapsack Solution by Dynamic Programming

01 Knapsack Solution by Dynamic Programming

  • 222 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 25 May 2018

oop-population-dynamics

Version 0.7.0.0 by Peter Brady

This project show cases how to use Object Oriented Programming in MATLAB to do dynamic population models in a scalable and flexible framewor

Dynamic Population Models with MATLAB Object Oriented CodeThis code is what was presented for the Australian AgTech Webinar on 16th March 2021. It showcases how to stack together objects to create a

  • 97 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Sep 2023

Dynamic Programming solver for The bridge crossing problem

Version 1.0.0.0 by Gianluca Dorini

The bridge crossing problem is here modelled and solved as undiscounted Dynamic Programming problem.

simple exercise, the bridge crossing problem is modelled asundiscounted Dynamic Programming problem with termination state. I know very little about this problem, and I made this script just for fun I

  • 2.5K (All time)
  • 1 (Last 30 days)
  • 3.0 / 5
  • Community
  • 1 Nov 2008

Dynamics of Some Classical System Models

Version 1.1.0.0 by Howard Wilson

Animated response of some classical systems.

presented in the book Advanced Mathematics and Mechanics Applications Using MATLAB, 3rd Ed., by Howard Wilson, Louis Turcotte, and David Halpern, CRC Press, 2003. To see how to run the program, use the

- This program illustrates various examples presented in
- This program is primarily based on examples from
- See Article 2.6
- cirmemod(nmin,nmax)
- See Article 8.6
- Example: trusvibs from Article 10.4
- See Article 9.6
- Example: stringmo from Article 2.7
- See Article 8.9 of the text
  • 10.4K (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 21 Apr 2014

DT QP Project

Version 1.0.0.0 by Daniel R. Herber

Solves linear-quadratic dynamic optimization using direct transcription and quadratic programming

  • 405 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Mar 2025

RobotPathPlanning

Version 1.0.0 by muhammet balcilar

Sampling-based Mobile Robot Path Planning Algorithm by Dijkstra, Astar and Dynamic Programming on Undirected Graph

Sampling-Based Mobile Robot Path Planning Algorithm by Dijkstra, Astar and Dynamic ProgrammingIn this repository, we briefly presented full source code of Dijkstra, Astar, and Dynamic Programming

  • 1.3K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 21 Sep 2018

Dynamic Programming for solving lot sizing with varying cost

Version 2.1.0 by Warut Boonphakdee

Varying cost - holding cost, ordering cost, raw material price

Solving lot sizing problem with dynamic programming based on the shortest path of network flow. Holding cost, ordering cost and raw material cost are variable. The special characteristic of this

  • 84 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Apr 2020

Stochastic Dynamic Programming for Water Reservoir

Version 1.0.0.0 by Imron Rosyadi

Stochastic Dynamic Programming is an optimization technique for decision making under uncertainty.

Stochastic Dynamic Programming is an optimization technique for decision making under uncertainty. In this program, the technique was applied for water reservoir management to decide amount of water

  • 1.4K (All time)
  • 2 (Last 30 days)
  • 2.6 / 5
  • Community
  • 26 Jul 2011

Matlab program for Dynamic crack for fixed load

Version 1.0.0 by NITISH

Crack Velocity Dependent Dynamic Stress Intensity Factor

This matlab program useful for crack velocity determination

- Crack Velocity Dependent Dynamic Stress Intensity Factor
  • 8 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 4 Mar 2026

apth(II,wt,dm)

Version 2.0.0.0 by ja

ND max path using dynamic programming

  • 224 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 27 May 2015

PrjOptiSNW

Version 0.1.12 by Fan Wang

Optimal Allocation of Welfare Checks Heterogeneous Agents Life Cycle

- Life Cycle Dynamic Programming under with CARES Act Stimulus Checks
- Life Cycle Dynamic Programming with Marital Status, Children and Savings
- Life Cycle Dynamic Programming under Unemployment Shock
- Life Cycle Dynamic Programming under Great Recession Unemployment Shock
  • 18 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 14 Aug 2023

DPLQR

Version 1.0.0.0 by Ivo Houtzager

Nonsteady LQ state-feedback gain design with final state penalty

- DPLQR Dynamic programming of LQR design for a discrete state-space system.
  • 1.5K (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 9 Mar 2008

Model-based Value Iteration Algorithm for Stochastic Cleaning Robot

Version 1.0.0.0 by Reza Ahmadzadeh

An Example for Reinforcement Learning and Dynamic Programming (Stochastic)

field of Reinforcement learning and dynamic programming. The stochastic cleaning-robot MDP: a cleaning robot has to collect a used can also has to recharge its batteries. the state describes the position

  • 813 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 27 Feb 2014

Knapsack problem

Version 1.0.0.0 by Pradeep

solved the knapsack problem using the concept of dynamic programming

  • 1.9K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 8 Apr 2011

UC_dynamics

Version 1.0.0 by Girmaw Teshager Bitew

dynamics_programming

this is a matlab code for unit commitment in dynamic programming

  • 8 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 6 May 2023

Power System Simulation Using MATLAB

Version 1.0.5 by Ismael Abdulrahman

MATLAB codes for the paper "MATLAB-Based Programs for Power System Dynamic Analysis" and part of PSDAT.

MATLAB codes for the paper "MATLAB-Based Programs for Power System Dynamic Analysis" and part of

  • 2.2K (All time)
  • 14 (Last 30 days)
  • 4.0 / 5
  • Community
  • 29 Dec 2020

EEM Dynamical

Version 1.0.0.0 by Lucas Gasparino

Crude program for solving a dynamical system with non-linear spring characteristics.

The program solves two models of non-linear springs: hard springs and soft springs. Also, it takes at least 2 loads into account and a moving boundary (described as ground motion).For comparison

  • 95 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 10 Dec 2015

Dynamic Signal Analyzer 34411A

Version 1.0.0.0 by Neil Forcier

This program turns your DMM into a Dynamic Signal Analyzer.

The "Dynamic Signal Analyzer 34411A" program turns the following Agilent DMMs into Dynamic signal analyzers: 34411A, 34410A, and the L4411A. The program sets up the DMMs as digitizers, fetches the

  • 804 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 20 Feb 2012

learningMatlab

Version 1.0.0 by Denis

Introduction to Matlab Programming

learningMatlabWhat's this?Materials and exercises from the Introduction to Matlab Programming course which forms part of our MSc Cognitive Neuroscience.For viewing the materials use

- - demo of a simple MGL program that changes colours dynamically
  • 44 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 18 Mar 2022

analisis(wdato8,j)

Version 1.0.0.0 by Eduardo corral

this is the program to calculate the inverse dynamic of the biped pasibot with slippage

this is the program to calculate the inverse dynamic of the biped pasibot with slippage

- this is the program to calculate the inverse dynamic of the
  • 39 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 Mar 2016

Belocerkowski-Davidov method for solving gas dynamical system.

Version 1.0.0.0 by ilia

This program is the part of my BC work.

This realisation of the method solving the systef of gas dynamic equations by method that is one of the Belozerkowski-Davidov metods class.

  • 411 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 16 Jun 2009

Optimization Methods for Travelling Salesman Problem

Version 1.0.0 by ibrahim aydogdu

Three exact algorithms (Brute Force Search (BFS), Dynamic Programming (Held-Karp: HK), and Branch and Bound (B&B)), two heuristic algorithms

three exact algorithms (Brute Force Search (BFS), Dynamic Programming (Held-Karp: HK), [IA1] and Branch and Bound (B&B)[IA2] ), two heuristic algorithms (Nearest Neighbor (NN)[IA3] and

  • 61 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 9 Jul 2024

Programming: Structuring Code

These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.

# Programming: Structuring CodeLearn how to write and document functions, and how to debug, comment on, and share your code.[![View on File

  • 632 (All time)
  • 11 (Last 30 days)
  • -- / 5
  • Community
  • 8 Oct 2025

Simulation of the LEO Satellite’s Attitude Dynamics

Version 1.0.0 by Anil Taha Balkir

The subject of the program is to characterize the attitude dynamics of the Low Earth Orbit satellite in the simulation environment.

The subject of the program is to characterize the attitude dynamics of the Low Earth Orbit satellite in the simulation environment. Since euler angles are correlated with angular velocity components

  • 262 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 6 Jul 2022

Comparison-of-Disparity-Estimation-Algorithms

Version 1.0.0 by muhammet balcilar

Implementation of simple block matching, block matching with dynamic programming and Stereo Matching using Belief Propagation algorithm for

In this project, we implemented three disparity estimation algorithm which are simple block matching, block matching with dynamic programming approach and finally Stereo Matching using Belief

  • 188 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Jul 2018

Fundamentals of Programming

An overview of programming concepts including arrays, strings, loops, and algorithms with a project.

# Fundamentals of ProgrammingLearn the underlying concepts of code, data, arrays, branching, loops, and algorithms.[![View on File

  • 1.5K (All time)
  • 32 (Last 30 days)
  • -- / 5
  • Community
  • 8 Oct 2025

THE EFFECTS OF BULK MODULUS ON DYNAMICS OF CONTROLLED IMS

Version 1.0.0 by Goran Stojanoski

Here multiple models for bulk modulus calculations are programmed and compared. Models like: Wyllie, IFAS, Merrit, Nykänen, Cho and more.

  • 32 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 9 Jun 2019

Intelligent Dynamic Date Ticks

Version 1.5.0.1 by Ameya Deoras

Create plots with date-friendly data cursors and smart date ticks that scale with zooming & panning.

example,setDateAxes(gca, 'XLim', [datenum('July 1, 2008') datenum('August 1, 2008')])** Update: DynamicDateTicks now supports an arbitrary day/month date formats. Use the third input argument to specify this

- DYNAMICDATETICKS is a wrapper function around DATETICK which creates
  • 9.5K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 1 Sep 2016

Dynamic programming to solve Single-item UDLSP

Version 1.0.0 by Warut Boonphakdee

This code is to find an optimal solution for the single-item uncapacitated dynamic lot-sizing problem with time-varying costs (UDLSP)

Dynamic programming based on network flow approach is applied to find an optimal solution for the single-item uncapacitated dynamic lot-sizing problem. This code is used for calculating in article ,

  • 8 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 7 May 2023

Dynamic programming solution of the Lotka Volterra fishery

Version 1.1.0 by Javier Solano

The code is in Matlab and in Python. Please compare the results with dpm function from ETH Zurich.

Dynamic programming solution of the Lotka Volterra fishery

  • 48 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 27 May 2022

Runge-kutta algorithm (RK4)

Version 1.0.1.3 by KAMDEM K. Paul Didier

Program to numerically solve any dynamic system described by ODEs (no matter its dimension) using the 4th order Runge-Kutta method.

. Runge-Kutta Program Generator (#rkpg) is a program designed for this purpose. In less than 5 minutes, it allows you to write a long code based on a set of files ensuring the numerical resolution of the system

  • 287 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 5 Jan 2020

Functional Programming Constructs

Version 1.2.0.1 by Tucker McClure

A set of files for treating many operations, like "if", "for", and even "()", as functions.

  • 2.2K (All time)
  • 3 (Last 30 days)
  • 4.9 / 5
  • Community
  • 1 Sep 2016

Dynamic Programming for solving Wager-Whitin algorithm with time varying setup cost

Version 1.2 by Warut Boonphakdee

This code can solve the uncapacitated dynamic lot sizing problem with time varying setup cost

This code has been designed to solve the uncapacitated dynamic lot sizing problem with time varying setup cost . It supports to solve large-scale problem size which can input demand, setup cost in

- Dynamic Programming for solving the uncapacitate dynamic lot
  • 114 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 18 Apr 2018

Transfer Function Analysis of Dynamic Systems

Interactive courseware module that introduces transfer function analysis taught in system dynamics and controls courses.

# Transfer Function Analysis of Dynamic Systems[![View on File

  • 6.9K (All time)
  • 68 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Sep 2025

Optimization in MATLAB: An Introduction to Quadratic Program

Version 1.8.0 by Seth DeLand

Files used in "An Introduction to Quadratic Programming" Webinar

A control strategy for optimal operation of a hydroelectric dam is found through nonlinear and quadratic programming techniques. We use symbolic math to formulate an original model of the

  • 5.3K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Apr 2021

CFDTool - MATLAB OpenFOAM and CFD Fluid Dynamics Toolbox

Version 1.11.0 by Precise Simulation

CFDTool - An Easy to Use Computational Fluid Dynamics (CFD) Toolbox

  • 25.7K (All time)
  • 303 (Last 30 days)
  • 4.6 / 5
  • Community
  • 3 Feb 2026

Economic Dispatch by dynamic GA

Version 1.0.0.0 by RMS Danaraj

This program solves ELD

This GA program solves the ELD without using the gatool box.

- This program solves the economic dispatch with Bmn coefficients byGenetic
  • 2.5K (All time)
  • 1 (Last 30 days)
  • 2.0 / 5
  • Community
  • 24 Mar 2014

Programming: Organizing Data

This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.

# Programming: Organizing Data Learn the concepts of textual and numeric data types, memory, and data structures including arrays, tables, and structs.[![View on File

  • 552 (All time)
  • 3 (Last 30 days)
  • -- / 5
  • Community
  • 8 Oct 2025

MPC Tutorial I: Dynamic Matrix Control

Version 1.0.0.0 by Yi Cao

A tutorial for beginners to learn dynamic matrix control

This is the first part of the planned series for Model Predictive Control (MPC) tutorials.Dynamic Matrix Control is the first MPC algorithm developed in early 1980s. It is probably also the most

- DMC Dynamic Matrix Control
  • 11.8K (All time)
  • 15 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Apr 2008

Programming-A-Starter-Project-Using-MATLAB-and-Python

A scaffolded project involving pulling and installing a Live Task, then using MATLAB and Python to access and analyze data from a web API.

# Programming: A Starter Project Using MATLAB with PythonLearn how to call Python code, convert data types and units, and use App Designer to build an app to display your results.[![View on File

  • 1.2K (All time)
  • 14 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Oct 2024

Load more