rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
cpde2016.m File Reference

CPDE2016 This function reproduces all the results from the CPDE paper. More...

Go to the source code of this file.

Functions

function  cpde2016 (input)
 CPDE2016 This function reproduces all the results from the CPDE paper. More...
 
function syscl = cpde2016>get_full_c_sys (mu)
 
function syscl = cpde2016>get_reduced_c_sys (mu, red_p, red_q, red_xhat)
 
function p = cpde2016>gen_mus (N)
 
function sys = cpde2016>get_ss (mu)
 
function [ p
, k ] = 
cpde2016>P (mu)
 
function [ phat
, khat
, PN
, res ] = 
cpde2016>Phat (mu, N, v)
 
function [ q
, l ] = 
cpde2016>Q (mu)
 
function [ qhat
, lhat
, QN
, res ] = 
cpde2016>Qhat (mu, N, v)
 
function [ V
, info ] = 
cpde2016>lrfg (f, fr)
 
function v = cpde2016>my_2d_vector (n0, f_str)
 
function [ A
, name ] = 
cpde2016>my_2d_matrix (n0, fx_str, fy_str, g_str, mu_str)
 

Detailed Description

CPDE2016 This function reproduces all the results from the CPDE paper.

Definition in file cpde2016.m.

Function Documentation

function cpde2016 (   input)

CPDE2016 This function reproduces all the results from the CPDE paper.

Andreas Schmidt, 2016

Parameters
inputinput

Definition at line 17 of file cpde2016.m.