rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
my_udir_components.m
1 function U = my_udir_components(X,Y,params)
2 %function U = my_udir_components(X,Y,params)
3 %
4 % function computing parameter independent components of a function
5 % f. The function f is obtained by computing corresponding
6 % parameter dependent coefficients and then computing a linear combination
7 %
8 % see my_udir_coefficients for specification of the function
9 
10 % Bernard Haasdonk 24.10.2008
11 
12 U = {ones(size(X)),ones(size(X))};
13 %| \docupdate