Skip to content
Snippets Groups Projects
Commit c4404764 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

draw_prior_density.m: cosmetic changes

parent f359e414
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,9 @@ end
if pshape(indx) ~= 5
[~,k1] = max(dens);
if k1 == 1 || k1 == length(dens)
k = find(dens > 10);
dens(k) = NaN;
end
dens(dens > 10) = NaN;
end
end
binf = abscissa(1);
bsup = abscissa(end);
x = abscissa;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment