Mercurial > repos > public > sbplib
view +grid/Structured.m @ 166:7cb97c1988d9 feature/grids
Updated function name reference.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 23 Feb 2016 10:55:46 +0100 |
parents | 73bc43c7379e |
children | f7bb2a94d291 |
line wrap: on
line source
classdef Structured < grid.Grid methods (Abstract) % Returns the size of the grid in each dimension m = [mx my mz ...] m = size(obj) end end