Mercurial > repos > public > sbplib
view +grid/funcToMatrix.m @ 182:c2db0294f8ed feature/grids
Removed some comments from Grid.m
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 29 Feb 2016 17:00:01 +0100 |
parents | 7cb97c1988d9 |
children | 5f75d7094983 |
line wrap: on
line source
% Converts a gridfunction to a matrix % Takes a grid function and and a structured grid. function F = funcToMatrix(g, gf) reshapeRowMaj(gf, g.size()); end