Updating Schreiber AIS code for marker sizes and the README file for this demo.

This commit is contained in:
joseph.lizier 2014-08-05 04:17:58 +00:00
parent ccf70d9846
commit a496182774
2 changed files with 2 additions and 2 deletions

View File

@ -96,9 +96,9 @@ function [aisHeart, aisBreath] = activeInfoStorageHeartBreathRatesKraskov(kHisto
fprintf('Total runtime was %.1f sec\n', totaltime);
hold off;
plot(kHistories, aisHeart, 'rx');
plot(kHistories, aisHeart, 'rx', 'markersize', 10);
hold on;
plot(kHistories, aisBreath, 'bo');
plot(kHistories, aisBreath, 'bo', 'markersize', 10);
hold off;
legend(['AIS(Heart) '; 'AIS(Breath)'])
set (gca,'fontsize',26);