gordonberman / MotionMapper

Sample implementation of the MotionMapper behavioral analysis algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running script_error

szocs93 opened this issue · comments

Hey @gordonberman ! I just found your script and trying to run it, but when I tried to run the example script I run in this error. Any idea to solve it?

Subscript indices must either be real positive integers or logicals.

Error in findAllImagesInFolders (line 14)
if folderName(end) ~= '/'

Error in runExample (line 15)
imageFiles = findAllImagesInFolders(filePath,'.avi');