DAStudio.Informer callback

5 visualizaciones (últimos 30 días)
Kang SeungHeon
Kang SeungHeon el 22 de Oct. de 2020
Respondida: Vidip el 29 de Nov. de 2024
I want a function to run when I click on a Simulink block. It is said that DAStudio.Informer displays information or executes a callback when a simulink block is clicked. I would like to know how to register a callback function.

Respuestas (1)

Vidip
Vidip el 29 de Nov. de 2024
I understand that you want to execute a function when a Simulink block is clicked, and this can be done by setting the "OpenFcn" callback property of the block. This setup will trigger your specified function whenever the block is double-clicked, allowing you to integrate custom actions into your Simulink model.
Please refer to the following documentation link for more inofrmation: https://in.mathworks.com/help/simulink/ug/block-callbacks.html

Categorías

Más información sobre Model, Block, and Port Callbacks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by