view +grid/funcToPlotMatrix.m @ 184:d90f540f4137 feature/grids

Added sparse2cell function.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 03 Mar 2016 14:00:27 +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