In Python, a file path should be given as a string with slash as separator: "C:/Files/example_file.nd2".
In Matlab, it is mostly a character array (?) with backslash as separator: 'C:\Files\example_file.nd2".
This leads to issues in using matlab functions from Python, like in demo_pipeline, nd2ReadWithOptions().