rbmatlab 0.10.01
models/common/model_default.m
Go to the documentation of this file.
00001 function model=model_default(model, T, nt)
00002 % model = model_default(model)
00003 
00004 model.dt              = model.T / model.nt;
00005 model.mu              = zeros(size(model.mu_names));
00006 %| \docupdate 
All Classes Namespaces Files Functions Variables