Mercurial > repos > public > sbplib
comparison +grid/evalOn.m @ 276:30321dc180e1 feature/beams
Fixed documentation for Curvilinear and evalOn.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 07 Sep 2016 10:13:26 +0200 |
parents | 3ea2ae2a3d15 |
children | 4c3f55a628c8 |
comparison
equal
deleted
inserted
replaced
275:3ea2ae2a3d15 | 276:30321dc180e1 |
---|---|
1 % Takes a funciton and evaluates it on a grid to return a grid function in the | 1 % Takes a function and evaluates it on a grid to return a grid function in the |
2 % form of a (n*k)x1 vector, where n is the number of grid points and k is the | 2 % form of a (n*k)x1 vector, where n is the number of grid points and k is the |
3 % number of components of the function. | 3 % number of components of the function. |
4 % g -- Grid to evaluate on. | 4 % g -- Grid to evaluate on. |
5 % func -- Function to evaluate. May be a function handle or a constant. If | 5 % func -- Function to evaluate. May be a function handle or a constant. If |
6 % it is a vector value it has to be provided as a column vector, | 6 % it is a vector value it has to be provided as a column vector, |