Institut de Robòtica i Informàtica Industrial

PlotSimulationResults

PURPOSE ^

Plots the results from a simultion.

SYNOPSIS ^

function pt=PlotSimulationResults(R)

DESCRIPTION ^

 Plots the results from a simultion.

   Plots the filter stored in a 'Result' structure (the
   structure out of a experiment

   See also ContinueSimulation, Experiment1a, Experiment1b, Experiment1c.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function pt=PlotSimulationResults(R)
0002 % Plots the results from a simultion.
0003 %
0004 %   Plots the filter stored in a 'Result' structure (the
0005 %   structure out of a experiment
0006 %
0007 %   See also ContinueSimulation, Experiment1a, Experiment1b, Experiment1c.
0008 %
0009   R.Parameters.plot=true;
0010   pt=PlotFilter(R.Filter,R.Parameters);


Institut de Robòtica i Informàtica Industrial

Generated on Fri 24-Jul-2009 12:32:50 by m2html © 2003