How to call Matlab module from Python scripted module

Hello everyone,

I have a similar question
I have created one extension in Slicer and a second one using Matlab Bridge. How is the procedure to call the Matlab Bridge extension in my python code?

thanks a lot

Best

You can call Matlab modules the same way as any other CLI modules, as described here.

thank you very much Andras

1 Like