Feeds
已回答
Bellman equation with recursive function
With some help I could break down the whole function to the following: function V = belmantest(C,R1,R2,T,P1,P2,P0) V = zer...
Bellman equation with recursive function
With some help I could break down the whole function to the following: function V = belmantest(C,R1,R2,T,P1,P2,P0) V = zer...
7 years 前 | 1
提问
Bellman equation with recursive function
Hello, I have a Bellman equation for which I have constructed a code with the help of loops, that calculates for me the optimal...
7 years 前 | 1 个回答 | 0
1
个回答提问
Bellman equation with vector input
Hello, I am trying to solve a dynamic programming problem with the help of the Bellman equation and backward recursion (meaning...
7 years 前 | 1 个回答 | 0
1
个回答提问
Plot of region of feasible solutions
Hi, I am currently working on a exercise dealing with GUI, especially I want to be able to pass inequalities like 2x - 2.1y <=...
7 years 前 | 1 个回答 | 0
1
个回答提问
Simulation of flight booking
I would like to simulate a case for booking flight tickets: An airline with seat capacity of K wants to sell tickets over a p...
7 years 前 | 0 个回答 | 0
0
个回答提问
Dynamic optimization with three functions, where two of them are subfunctions.
Hello, I am currently working on a excercise sheet on Matlab-functions, and I am having difficulties to code a function the w...
7 years 前 | 0 个回答 | 0