Mercurial > repos > public > sbplib
comparison +sbp/OpSet.m @ 330:25b01643e438 feature/beams
Added a string method to OpSet.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 29 Sep 2016 12:56:37 +0200 |
parents | 21a180acbd49 |
children |
comparison
equal
deleted
inserted
replaced
329:bf801c3709be | 330:25b01643e438 |
---|---|
4 m % Number of grid points. | 4 m % Number of grid points. |
5 h % Step size | 5 h % Step size |
6 x % Grid | 6 x % Grid |
7 end | 7 end |
8 | 8 |
9 methods (Abstract) | |
10 % Returns a string representation of the type of operator. | |
11 str = string(obj) | |
12 end | |
13 | |
9 end | 14 end |