Answered
Simulink.Parameter trouble
I'm not entirely clear on your question but it looks like you should be using: set_param(gcb, 'Name', <insert Simulink para...

6 years ago | 0

Answered
How do I suppress signal output from Simulink model?
Hi HaMo, To turn it off programatically try: set_param(sys, 'SaveOutput', 'off') Where 'sys' is the Simulink model yo...

6 years ago | 1

| accepted

Answered
Open a parameterization script from simulink
Hi Thomas, The data file is being loaded in the PreLoadFcn callback within the Model Properties. There is a number of ways t...

6 years ago | 0

| accepted

Question


Is it possible to open the default block dialog after a custom OpenFcn callback?
I'd like to use the OpenFcn callback of a simulink block to run a script and then after the script is complete open the standard...

6 years ago | 1 answer | 0

1

answer