| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Simulink |
| Contents | Index |
| Learn more about Simulink |
openDialog(configObj)
A configuration set (Simulink.ConfigSet) or configuration reference (Simulink.ConfigSetRef)
openDialog opens a configuration parameters dialog box. If configObj is a configuration set, the dialog box displays the configuration set. If configObj is a configuration reference, the dialog box displays the referenced configuration set, or generates an error if the reference does not specify a valid configuration set. If the dialog box is already open, its window becomes selected.
The following example opens a configuration parameters dialog box that shows the current parameters for the current model. The parameter values derive from the active configuration set or configuration reference (configuration object). The code is the same in either case; the only difference is which type of configuration object is currently active.
myConfigObj = getActiveConfigSet(gcs); openDialog(myConfigObj);
Setting Up Configuration Sets, Referencing Configuration Sets
attachConfigSet, attachConfigSetCopy, closeDialog, detachConfigSet, getActiveConfigSet, getConfigSet, getConfigSets, setActiveConfigSet

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |