MATLAB: Developing GUI using guide to interact with simulink model

gui development to interface with simulinksimulink

Hi, I developed one model in simulink.Now i want to display those output values and also some intermediate values in gui while the model is simulating.And also I have to acknowledge the user if some functions are executing in simulink model like "so and so function is called and it is executing". Please can anyone help in doing the same.Please let me know if the question is not clear. Thanks in advance

Best Answer

You may want to follow the documentation for Accessing Block Data During Simulation for information on accessing block outputs during simulation.