rbmatlab 0.10.01
|
00001 function mu = get_mu(model) 00002 %function mu = get_mu(model) 00003 % 00004 % function getting the current parameter vector mu in the model struct 00005 % 00006 % Required fields of model: 00007 % mu_names : cell array of strings, indicating the fields, whcih are read 00008 % by the current routine 00009 00010 % Bernard Haasdonk 20.7.2006 00011 00012 mu = model.get_mu(model);