Skip to content
Snippets Groups Projects
Commit 016f032b authored by Schleier Anna Réka's avatar Schleier Anna Réka
Browse files

Update lotkavolterra_antibiotics.m

parent b5346448
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ normalized_states = 100 * equilibrium_states ./ sum(equilibrium_states, 2); ...@@ -40,7 +40,7 @@ normalized_states = 100 * equilibrium_states ./ sum(equilibrium_states, 2);
figure; figure;
bar_handle = bar(time_points, normalized_states, 'stacked'); bar_handle = bar(time_points, normalized_states, 'stacked');
colors = lines(6); % 6 species colors = lines(6);
for i = 1:size(X, 2) for i = 1:size(X, 2)
set(bar_handle(i), 'FaceColor', colors(i, :)); set(bar_handle(i), 'FaceColor', colors(i, :));
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment