function p = setgrowthrates(params)
f = fieldnames(params);
c = cell(length(f),1);
for iter = 1:length(f)
c{iter} = 0;
end
p = cell2struct(c,f,1);
end
m = assign(m, '-growth', setgrowthrates(get(m,'sstateGrowth')));
--
You received this message because you are subscribed to the Google Groups "iris-toolbox-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iris-toolbox...@googlegroups.com.
To post to this group, send email to iris-t...@googlegroups.com.
Visit this group at http://groups.google.com/group/iris-toolbox.
For more options, visit https://groups.google.com/groups/opt_out.