Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpenguin committed Feb 21, 2020
1 parent 76b93f7 commit 09c0125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions print_mul.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
if types==0; return;end
if nargin<5, res=300;end
if nargin<3, trim=0;end
if trim>1
res=trim;
trim=0;
end
if nargin<4,
%transp=1;
transp=0;
Expand Down

0 comments on commit 09c0125

Please sign in to comment.