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

plots an output structure generated by stochastic_error_estimation() More...

Go to the source code of this file.

Functions

function  plot_error_landscape (output)
 plots an output structure generated by stochastic_error_estimation() More...
 

Detailed Description

plots an output structure generated by stochastic_error_estimation()

Definition in file plot_error_landscape.m.

Function Documentation

function plot_error_landscape (   output)

plots an output structure generated by stochastic_error_estimation()

Parameters
outputoutput structure generated by stochastic_error_estimation()
Required fields of output:
  • errs —  error values
  • inds —  time index of maximum error values in trajectory
  • run_name —  unique name of error estimation run used for plot titles.
  • bound —  maxmimum error values to be plotted. Above this values error display is cropped.
  • stab_limit —  error values below this value are shaded in a different color in surface plots.
  • pf_descr —  plot field description for axis labeling.
  • tsamples —  plot field ranges
  • samples —  combined plot field ranges
Optional fields of output:
  • error_label —  label for the y respectively z axis where the error or error estimator is plotted. (default=error)

Definition at line 17 of file plot_error_landscape.m.

Here is the caller graph for this function: