Corrected handle for plotting function.
This commit is contained in:
parent
a9b7045c57
commit
646507594f
@ -68,7 +68,7 @@ function plotResultForOneParameterScan(XParameter, YQuantity, varargin)
|
|||||||
|
|
||||||
if CIForYQuantity
|
if CIForYQuantity
|
||||||
RescaledCIArray = CIArray .* RescalingFactorForYQuantity;
|
RescaledCIArray = CIArray .* RescalingFactorForYQuantity;
|
||||||
Plotting.plotConfidenceIntervalRegion(RescaledXParameter, RescaledCIArray(:,1), RescaledCIArray(:,2));
|
Plotter.plotConfidenceIntervalRegion(RescaledXParameter, RescaledCIArray(:,1), RescaledCIArray(:,2));
|
||||||
end
|
end
|
||||||
|
|
||||||
hold off
|
hold off
|
||||||
|
Loading…
Reference in New Issue
Block a user