Home > mpt > extras > auxiliary > mpt_prepareTracking.m

mpt_prepareTracking

PURPOSE ^

MPT_PREPARETRACKING Extends system and problem matrices to deal with tracking

SYNOPSIS ^

function [sysStruct, probStruct] = mpt_prepareTracking(sysStruct, probStruct)

DESCRIPTION ^

MPT_PREPARETRACKING Extends system and problem matrices to deal with tracking

 [sysStructTr, probStructTr] = mpt_prepareTracking(sysStruct, probStruct)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Extends system and problem matrices to deal with tracking

 internal function

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct   - system definition
 probStruct  - problem definition

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 sysStructTr   - system definition with tracking
 probStructTr  - problem definition with tracking
        .Rdu   - additional field in probStruct; weight on the delta u; 
                 by default, this is identical to the weight on u;

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003