diff stripeMatrix.m @ 359:0e198af1184b feature/beams

Merge with default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Dec 2016 14:14:41 +0100
parents 5cb99f56f55e
children
line wrap: on
line diff
--- a/stripeMatrix.m	Mon Dec 05 13:10:44 2016 +0100
+++ b/stripeMatrix.m	Tue Dec 06 14:14:41 2016 +0100
@@ -1,4 +1,5 @@
 % Creates a matrix of size n,m with the values of val on the diagonals diag.
+%   A = stripeMatrix(val,diags,n,m)
 function A = stripeMatrix(val,diags,n,m)
     default_arg('m',n);