|
rbmatlab 0.10.01
|
perform loop over detailed simulations and save results or check consistency with existing saved results. More...
Go to the source code of this file.
Functions | |
| function | save_detailed_simulations ( model, model_data, M, savepath) |
| perform loop over detailed simulations and save results or check consistency with existing saved results. | |
perform loop over detailed simulations and save results or check consistency with existing saved results.
Definition in file save_detailed_simulations.m.
| function save_detailed_simulations | ( | model, | |
| model_data, | |||
| M, | |||
| savepath | |||
| ) |
perform loop over detailed simulations and save results or check consistency with existing saved results.
savepath. settings.mat :containing model, grid, M, path, ... such that the directory can be regenerated with this file and the current functiondetail1.mat :containing the simulation data for first
vector in Mdetail1.mat :containing the simulation data for second
vector in Mdetail123.mat : ...model and Mtrain fields and checking whether the previous computation has been finished. If it is not, and the current settings are consistent with the old ones, the computations are resumed.| model | model |
| model_data | model data |
| M | is a matrix of vectors (column vectors) for which detailed simulations shall be computed and stored. |
| savepath | is the directory name relative to RBMATLABTEMP where the detailed simulations shall be stored. |
mu_names — a string array containing the symbolic names of the parameter vector
filecache_ignore_fields_in_model — filecache ignore fields in model debug — flag indicating wether debug output shall be turned on num_cpus — num cpusforce_delete — if this option is set to true (the default), directories with data inconsistent with the current settings are deleted. Definition at line 1 of file save_detailed_simulations.m.
1.7.4