diff stripeMatrix.m @ 423:a2cb0d4f4a02 feature/grids

Merge in default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 15:47:51 +0100
parents 5cb99f56f55e
children
line wrap: on
line diff
--- a/stripeMatrix.m	Mon Jun 27 13:24:59 2016 +0200
+++ b/stripeMatrix.m	Tue Feb 07 15:47:51 2017 +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);