Last active
August 31, 2020 05:30
-
-
Save knowblesse/2cadc11db44fbe02893650b87ab2b67e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolution = 10; | |
data=tabulate(... | |
round(activitydata(:,chnumber) * resolution)... | |
); | |
bar(data(:,1),data(:,3)/100,1, 'FaceColor','k'); | |
xlabel('Activity Level x Resolution(a.u.)'); | |
ylabel('Proportion'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aa