c = dllibinfo(lib)
| Parameter | Description |
|---|---|
| lib | a dllib handle: library already loaded. |
| Parameter | Description |
|---|---|
| c | a cell of strings. |
dllibinfo returns list of available symbols in an shared library.
lib = dlopen(modulepath('dynamic_link', 'builtin'))
c = dllibinfo(lib)
| Version | Description |
|---|---|
| 1.0.0 | initial version |