You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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');
The text was updated successfully, but these errors were encountered: