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

function performing the plot of the simulation results as specified in model. More...

Go to the source code of this file.

Functions

function p = plot_sim_data (model, model_data, sim_data, plot_params)
 function performing the plot of the simulation results as specified in model. More...
 

Detailed Description

function performing the plot of the simulation results as specified in model.

Definition in file plot_sim_data.m.

Function Documentation

function p = plot_sim_data (   model,
  model_data,
  sim_data,
  plot_params 
)

function performing the plot of the simulation results as specified in model.

Parameters
modelmodel
model_datamodel data
sim_datamatlab struct with simulation data generated e.g. by detailed_simulation() or rb_reconstruction() methods.
plot_paramsparameter structure controlling the output of the plot. Refer to the documentation of model.plot_sim_data for more details. For time dependent problems plot_params are often passed to plot_element_data() and plot_sequence().
Return values
pplot handle
Required fields of model:
  • plot_sim_data —  problem specific function actually performing the plot.

Definition at line 17 of file plot_sim_data.m.

Here is the caller graph for this function: