Skip to content

Commit a984551

Browse files
committed
doco for option
1 parent 0bae8a0 commit a984551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ParticleFilter.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ function run(pf, niter, varargin)
240240
% PF.run(N, OPTIONS) runs the filter for N time steps.
241241
%
242242
% Options::
243-
% 'noplot' Do not show animation.
243+
% 'noplot' Do not show animation.
244+
% 'movie',M Create an animation movie file M
244245
%
245246
% Notes::
246247
% - All previously estimated states and estimation history is

0 commit comments

Comments
 (0)