Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparency in PlotPosteriorComparison #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2016

  1. Transparency in PlotPosteriorComparison

    * FaceAlpha is managed in a different way starting Matlab R2014b
    * This checks the version and uses the appropriate way
    * PlotPosteriorComparison can now take an optional input argument to plot condition-labels instead of numbers.'
    wanjam committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    8e15663 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Corrected typo in PlotPosteriorComparison and adjusted ColorWorkingMe…

    …moryExperiment for newer Matlab versions
    
    * Corrected the name to PlotPosteriorComparison
    * ColorWorkingMemoryExperiment was still using RandSample, which is called PsychRandSample in newer versions of Psychtoolbox
    * ColorWorkingMemoryExperiment was throwing an error because 'buttons' was not defined
    * ColorWorkingMemoryExperiment still used RandStream.setDefaultStream which was renamed to RandStream.setGlobalStream
    	* see https://de.mathworks.com/help/matlab/release-notes.html?rntext=RandStream&startrelease=R2010b&endrelease=R2011a&groupby=release&sortby=descending&searchHighlight=RandStream
    Wanja Moessing committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    c847db6 View commit details
    Browse the repository at this point in the history