rbmatlab 0.10.01
|
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. |
load single trajectory of previously saved results.
Definition in file load_detailed_simulation.m.
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.
m | is the index of the function to be looked for. |
savepath | is a path relative to RBMATLABTEMP , where the functions are stored by save_detailed_simulations() |
params | is a control structure (currently unused) |
sim_data | is the loaded simulation data structure. |
tictoc | is the time in seconds it took to compute the detailed simulation. |
Definition at line 1 of file load_detailed_simulation.m.