Respondida
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...

casi 6 años hace | 0

Respondida
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...

casi 6 años hace | 1

| aceptada

Respondida
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...

casi 6 años hace | 0

| aceptada

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta