Skip to content

Commit

Permalink
Increased span of gx2pdf conv
Browse files Browse the repository at this point in the history
  • Loading branch information
abhranildas committed Apr 26, 2021
1 parent d0de60a commit e0207cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.prj
*.mltbx
*.prj
*.prj
4 changes: 2 additions & 2 deletions gx2pdf.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
span=nan(1,length(w));
for i=1:length(w)
[mu,v]=gx2stat(w(i),k(i),lambda(i),0,0);
span(i)=abs(mu)+10*sqrt(v);
span(i)=abs(mu)+50*sqrt(v);
end
span=max([span,5*s]);
span=max([span,50*s]);
xfull=-span:dx:span;

ncpdfs=nan(length(w),length(xfull));
Expand Down

0 comments on commit e0207cc

Please sign in to comment.