diff stripeMatrix.m @ 361:4a5d83324ec1 feature/hypsyst

Meged with default
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 08 Dec 2016 13:38:04 +0100
parents 5cb99f56f55e
children
line wrap: on
line diff
--- a/stripeMatrix.m	Thu Dec 08 10:52:15 2016 +0100
+++ b/stripeMatrix.m	Thu Dec 08 13:38:04 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);