![]() |
PlotSimulationResultsPURPOSE
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:
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); |