Main Content

Get Editing Mode Information

What Is the Current Mode?

If you are unsure whether the model is currently open in Restricted or Full mode, you can check by following these steps.

  1. In the Simulink® Toolstrip at the top of the model window, open the Modeling tab and click Model Settings. The Configuration Parameters dialog box opens.

  2. In the left pane of the Configuration Parameters dialog box, select Simscape. The right pane displays the Editing Mode option, which is either Full or Restricted.

  3. At this point, you can either try switching the mode by selecting a different option from the drop-down list, or click Cancel to stay in the current mode.

Which Licenses Are Checked Out?

Use the MATLAB® license command to get a list of all the licenses currently in use. In the MATLAB Command Window, type

license('inuse')

This command returns a list of licenses checked out in the current MATLAB session. In the list, products are listed alphabetically by their license feature names.

Related Examples

More About