comparison +multiblock/Definition.m @ 780:e7a6744499fa feature/grids

Merge with feature/better_multiblock_defs
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 24 Jul 2018 20:01:29 -0700
parents 53d422efaabd
children
comparison
equal deleted inserted replaced
778:b9d2c76a4a07 780:e7a6744499fa
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