Skip to content

Commit 9f459df

Browse files
committed
updated mc3dplot (1 argument is enough)
1 parent 6605735 commit 9f459df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MoCapToolboxExtension/mc3dplot.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ function mc3dplot(d,p,myfighandle)
1919
- myfighandle: handle to a figure (optional)
2020
%}
2121

22+
if nargin < 2
23+
p = mcinitanimpar();
24+
end
2225
if nargin < 3
2326
myfighandle = figure;
2427
end

0 commit comments

Comments
 (0)