changeset 32252:1adf957e37ac stable

mkpp.m: Remove stray text causing error with demo code.
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 10 Aug 2023 17:36:41 -0400
parents 8dd6446e94c7
children 28562a1b2fcb 9c4b4a66a62f
files scripts/polynomial/mkpp.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/polynomial/mkpp.m	Tue Aug 08 09:46:29 2023 -0400
+++ b/scripts/polynomial/mkpp.m	Thu Aug 10 17:36:41 2023 -0400
@@ -96,7 +96,7 @@
 %! b = t(1:4,:);
 %! pp = mkpp (x, [m(:),b(:)]);
 %! xi = linspace (0, pi, 50);
-%! plot (x, t, "x", xi, ppval (pp,xi));bb4af245dff7
+%! plot (x, t, "x", xi, ppval (pp,xi));
 %! legend ("control", "interp");
 
 %!demo # piecewise polynomial shape