I am getting this error
Error using regexp
The 'STRING' input must be either a char row vector, a cell array of char row vectors, or a string
array.
Error in get_synched_frames (line 20)
files = regexp(ls(sceneDir), '(\s+|\n)', 'split');
Error in demo_synched_projected_frames (line 11)
frameList = get_synched_frames(sceneDir);
I am getting this error
Error using regexp
The 'STRING' input must be either a char row vector, a cell array of char row vectors, or a string
array.
Error in get_synched_frames (line 20)
files = regexp(ls(sceneDir), '(\s+|\n)', 'split');
Error in demo_synched_projected_frames (line 11)
frameList = get_synched_frames(sceneDir);