jidt/course/Module03-MutualInformation/ScissorsPaperRockAnalysis-M.../setup.m

9 lines
338 B
Matlab
Executable File

% Change this to where you downloaded the scissors-paper-rock files:
dataPath = '../../../2021-Sem2/Data/ScissorsPaperRock/';
% Change this to where you are storing your entropy calculation scripts (or the solution code):
entropyScriptsPath = '../../Week1-IntroToInfoTheory/MatlabCode/completed/';
addpath(entropyScriptsPath);