Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continuing Fix: Python to MATLAB string array conversion
This code attempts to create a MATLAB double from a numpy array MATLAB versions older that 2022a are throwing this error: ``` Error ID: --------- 'MATLAB:invalidConversion' -------------- Error Details: -------------- Error using double Conversion to double from py.list is not possible. ```
- Loading branch information