Mercurial > repos > public > sbplib
comparison +multiblock/Definition.m @ 863:77aa40da2008 bcSetupExperiment
Merge with feature/grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 25 Jul 2018 15:17:47 -0700 |
parents | 53d422efaabd |
children |
comparison
equal
deleted
inserted
replaced
862:517d6019d63c | 863:77aa40da2008 |
---|---|
1 classdef Definition | |
2 methods (Abstract) | |
3 | |
4 % Returns a multiblock.Grid given some parameters | |
5 g = getGrid(obj, varargin) | |
6 | |
7 % label is the type of label used for plotting, | |
8 % default is block name, 'id' show the index for each block. | |
9 show(obj, label, gridLines, varargin) | |
10 end | |
11 end |