From 5bdbaab3ac77e3edf152cae2c354419e145733a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Fri, 28 Jul 2017 15:43:11 +0200 Subject: [PATCH] Cosmetic change. --- matlab/dyn_table.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matlab/dyn_table.m b/matlab/dyn_table.m index 30a59e3ee..4f38ffaf8 100644 --- a/matlab/dyn_table.m +++ b/matlab/dyn_table.m @@ -41,6 +41,8 @@ assert(size(data, 1) == length(rows), 'must have the same number of rows') assert(size(data, 2) == length(cols), 'must have the same number of columns') assert(isint(indent), 'indent must be an integer') +skipline(3) + %% Print Output rowstrlens = cellfun(@length, rows); colstrlens = cellfun(@length, cols); @@ -92,4 +94,3 @@ for i = 1:length(afterward) end fprintf('%s\n\n', repmat('_', 1, length(colrow2))); -end \ No newline at end of file