Mercurial > repos > public > sbplib
view +grid/funcToPlotMatrix.m @ 188:c5ca9bbfed41 feature/grids
Added methods to hande boundaries to Grid. Added failing tests and method stubs.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 04 Mar 2016 17:19:18 +0100 |
parents | 51aaf67a7df5 |
children | 5f75d7094983 |
line wrap: on
line source
% Converts a gridfunction to a plot matrix % Takes a grid function and and a structured grid. function F = funcToPlotMatrix(g, gf) reshapeToPlotMatrix(gf, g.size()); end