Mercurial > repos > public > sbplib
comparison +multiblock/Definition.m @ 594:a2ddaccf5fd1 feature/utux2D
Merge with better_multiblock_defs
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 18 Sep 2017 20:06:25 +0200 |
parents | 53d422efaabd |
children |
comparison
equal
deleted
inserted
replaced
592:4422c4476650 | 594:a2ddaccf5fd1 |
---|---|
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 |