Skip to content

Commit

Permalink
maint: Merge stable to default
Browse files Browse the repository at this point in the history
  • Loading branch information
arungiridhar committed Aug 10, 2023
2 parents a472f01 + ef53e64 commit 1d6aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/polynomial/mkpp.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d6aedd

Please sign in to comment.