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
1 merge request!2311SMC: Add support for generate_trace_plots.m
...@@ -86,8 +86,7 @@ end ...@@ -86,8 +86,7 @@ end
if pshape(indx) ~= 5 if pshape(indx) ~= 5
[~,k1] = max(dens); [~,k1] = max(dens);
if k1 == 1 || k1 == length(dens) if k1 == 1 || k1 == length(dens)
k = find(dens > 10); dens(dens > 10) = NaN;
dens(k) = NaN;
end end
end end
binf = abscissa(1); binf = abscissa(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment