We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038d6a6 commit 7daa9c9Copy full SHA for 7daa9c9
plotting_simulations.m
@@ -61,7 +61,7 @@ function plotting_helper0(regime_type, outdirpath)
61
st_and_nn1 = [];
62
end
63
64
-if ~isempty(st_and_nn1_full)
+if ~isempty(st_and_nn2_full)
65
st_and_nn2 = st_and_nn2_full(st_and_nn2_full(:,1)>=st_t,:);
66
st_and_nn2 = st_and_nn2(st_and_nn2(:,1)<ed_t,:);
67
else
0 commit comments