From ffefc1facb2c5eb3fe08bfaadf8dc29681910424 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 24 Apr 2012 12:16:02 +0200 Subject: get_products.m: Bug fix for wrong function header. --- get_products.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_products.m') diff --git a/get_products.m b/get_products.m index 4e3b20c..97ea538 100644 --- a/get_products.m +++ b/get_products.m @@ -1,4 +1,4 @@ -function A,B = get_products() +function [A,B] = get_products() load train_noheader.csv A = zeros(42, 570); -- cgit