rbmatlab 0.10.01
|
00001 function model = set_mu(model,mu) 00002 %function model = set_mu_default(model,mu,send_to_dune) 00003 % 00004 % function setting the parameter vector mu in the model struct 00005 % required fields of model: 00006 % mu_names : cell array of strings, indicating the fields, which are set 00007 % by the current routine 00008 00009 % Bernard Haasdonk 20.7.2006 00010 % Markus Dihlmann 04.03.2010 00011 00012 00013 model = model.set_mu(model,mu); 00014