Access Matlab System object instance from Simulink callback

1 view (last 30 days)
Hi,
I have a functional class, named say "fClass", inheriting from the matlab.System class. When inserted to Simulink as a MATLAB System block, as say a block "mSysBlock", I'd like to call methods from fClass on the object instance that is assumably created for the block. Is there a way to access the system object instance of mSysBlock? When is the instance created, i.e. which callback can already access it?
Thank you, Jiri

Answers (0)

Categories

Find more on Create System Objects in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!