From fde7b1beb7c103ba562f35d27586c1b4d77eae75 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 7 May 2013 13:57:30 -0400 Subject: [PATCH 1/1] Return a more-useful column vector from partition(); --- partition.m | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/partition.m b/partition.m index 99e3892..ec1bc8b 100644 --- a/partition.m +++ b/partition.m @@ -2,7 +2,7 @@ function [p,delta] = partition(integerN, a, b) % Partition the interval [a,b] into integerN subintervals. We do not % require that a