From f8cf7dad6550c18538e436f28c3bd867c255dc50 Mon Sep 17 00:00:00 2001 From: Dan Fortunato Date: Tue, 2 Apr 2024 11:37:13 -0500 Subject: [PATCH] Clean up comments --- chunkie/chunkerfit.m | 1 - 1 file changed, 1 deletion(-) diff --git a/chunkie/chunkerfit.m b/chunkie/chunkerfit.m index 9caec7a..d2daacd 100644 --- a/chunkie/chunkerfit.m +++ b/chunkie/chunkerfit.m @@ -29,7 +29,6 @@ % chnkr - chunker object discretizing the fitted curve % % Examples: -% % Closed curve % r = chnk.curves.bymode(sort(2*pi*rand(20,1)), [2 0.5 0.2 0.7]); % chnkr = chunkerfit(r); % Closed curve % opts = []; opts.ifclosed = false;