已回答
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 前 | 0

已回答
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 前 | 1

| 已接受

已回答
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 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答