Returning output signals from a Simulink block to Matlab

8 views (last 30 days)
I have a Simulink Block with 9 output signals which can either be 0 or 1 (true or false). Each output signal is connected to an OutBus. I want to be able to get the values for each of the signals in Matlab so I can assign them to variables and use them elsewhere. I need to be able to do this while the simulation is running, which is where I am having trouble. Any help would be appreciated.
  5 Comments
Adil
Adil on 8 Jun 2025
Edited: Adil on 8 Jun 2025
@Paul Hey Paul, i know its a bit late but if i wanted to control, say the upper and lower limits of hysterisis controller which can only be changed in its special window using a variable that can be changed only in model callbacks, how would i do it such that the limits depend on output of some block. are there programable blocks where we can put matlab codes and then change it to global scope?
just as an example,thought i dont need it currently for my work

Sign in to comment.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 6 Mar 2023
  5 Comments
Fangjun Jiang
Fangjun Jiang on 10 Mar 2023
The doc says "Your callback function can be specific to a single signal, or you can use the same callback to process and visualize multiple signals. The callback function only has access to data for a single signal at a time. "

Sign in to comment.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!