Mercurial > repos > public > sbplib
view +grid/funcToPlotMatrix.m @ 163:51aaf67a7df5 feature/grids
Fixed naming and added functions for converting vectors to matrices for structured grid.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 22 Feb 2016 13:55:19 +0100 |
parents | |
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