Specify Configuration Parameters in Command-Line Workflow Interactively - MATLAB & Simulink (original) (raw)

After you have created a code generation configuration object at the command line, you can modify the properties of the object interactively by using the Configuration Parameters dialog box.

For more information on configuring the code generation process by using configuration objects, see Configure Code Generation and Build Settings.

Create and Modify Configuration Objects by Using the Dialog Box

  1. Create a configuration object at the command line. See Configure Code Generation and Build Settings.
    For example, to create a coder.MexCodeConfig configuration object for MEX code generation:
    mexcfg = coder.config('mex');
  2. Open the property dialog box by using one of these methods:
    • In the MATLAB® workspace, double-click the configuration object variable.
    • At the MATLAB command prompt, issue the open command, passing it the configuration object variable:
  3. In the dialog box, modify configuration parameters as required.

Additional Functionalities in the Dialog Box

To enable you to easily modify the configuration parameters in an interactive fashion, the Configuration Parameters dialog box provides these functionalities:

See Also

coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig | coder.DeepLearningCodeConfig