Skip to content

Instantly share code, notes, and snippets.

@knowblesse
Last active August 31, 2020 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knowblesse/2cadc11db44fbe02893650b87ab2b67e to your computer and use it in GitHub Desktop.
Save knowblesse/2cadc11db44fbe02893650b87ab2b67e to your computer and use it in GitHub Desktop.
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');
@knowblesse
Copy link
Author

aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment