rbmatlab 0.10.01
Functions
rbasis/common/load_detailed_simulation.m File Reference

load single trajectory of previously saved results. More...

Go to the source code of this file.

Functions

function [
sim_data
, tictoc ] = 
load_detailed_simulation ( m, savepath, params)
 load single trajectory of previously saved results.

Detailed Description

load single trajectory of previously saved results.

Definition in file load_detailed_simulation.m.


Function Documentation

function [ sim_data , tictoc ] = load_detailed_simulation (   m,
  savepath,
  params 
)

load single trajectory of previously saved results.

If a routine uses this method, a previous save_detailed_simulations() should have been performed to guarantee consistency of the saved data with the current grid and parameters.

Note:
No consistency check is performed.
Parameters:
mis the index of the function to be looked for.
savepathis a path relative to RBMATLABTEMP, where the functions are stored by save_detailed_simulations()
paramsis a control structure (currently unused)
Return values:
sim_datais the loaded simulation data structure.
tictocis the time in seconds it took to compute the detailed simulation.

Definition at line 1 of file load_detailed_simulation.m.

All Classes Namespaces Files Functions Variables