Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL
functions to reduce operands to logical scalar values.
Error in NewLonKongStockList (line 104)
if ~allFiles(i).isdir && endsWith(allFiles(i).name, ‘.mat’)
^^^^^^^^^^^^^^^^^^
Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL
functions to reduce operands to logical scalar values.
Error in NewLonKongStockList (line 104)
if ~allFiles(i).isdir && endsWith(allFiles(i).name, ‘.mat’)
^^^^^^^^^^^^^^^^^^
Error in lock acquisition: Cannot combine or compare a datetime array with a time zone with one without a time zone.