I ran into the following error while trying out the script. What is Nd2ReadSdk.so?
>> loadlibrary('Nd2ReadSdk', 'Nd2ReadSdk.h')
Warning: Message from C preprocessor:
**PATH**/nd2reader/include/Nd2ReadSdk.h:1:9: warning: #pragma once in main file
1 | #pragma once
| ^~~~
> In loadlibrary
Warning: Warnings messages were produced while parsing. Check the functions you intend to use for correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...)
> In loadlibrary
Error using loadlibrary
There was an error loading the library "Nd2ReadSdk"
Nd2ReadSdk.so: cannot open shared object file: No such file or directory
Caused by:
Error using loaddefinedlibrary
Nd2ReadSdk.so: cannot open shared object file: No such file or directory