diff stripeMatrix.m @ 363:8c8fd649bae3

Merge default heads.
author Martin Almquist <martin.almquist@it.uu.se>
date Tue, 20 Dec 2016 15:36:29 +0100
parents 5cb99f56f55e
children
line wrap: on
line diff
--- a/stripeMatrix.m	Tue Dec 20 15:04:02 2016 +0100
+++ b/stripeMatrix.m	Tue Dec 20 15:36:29 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);