Skip to content

Commit

Permalink
fixed mat2doc related error in postpad
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatsounds committed Oct 16, 2023
1 parent 0560dfe commit 129b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigproc/postpad.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function x = postpad (x, L, varargin)
%POSTPAD Pads or truncates a vector x to a specified length L.
%POSTPAD Pads or truncates a vector x to a specified length L
% Usage: y=postpad(x,L);
% y=postpad(x,L,C);
% y=postpad(x,L,C,dim);
Expand Down

0 comments on commit 129b658

Please sign in to comment.