Mercurial > repos > public > sbplib
comparison +grid/funcToPlotMatrix.m @ 1276:bc2be302df90 feature/poroelastic
Fix typos in comments
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 07 Jun 2020 11:22:29 -0700 |
parents | 5f75d7094983 |
children |
comparison
equal
deleted
inserted
replaced
1275:8ff3a95ad7cc | 1276:bc2be302df90 |
---|---|
1 % Converts a gridfunction to a plot matrix | 1 % Converts a gridfunction to a plot matrix |
2 % Takes a grid function and and a structured grid. | 2 % Takes a grid function and a structured grid. |
3 function F = funcToPlotMatrix(g, gf) | 3 function F = funcToPlotMatrix(g, gf) |
4 F = reshapeToPlotMatrix(gf, g.size()); | 4 F = reshapeToPlotMatrix(gf, g.size()); |
5 end | 5 end |