plccoderpref
Manage user preferences
Syntax
Description
plccoderpref
displays the current set of user
preferences, including the default target IDE.
plccoderpref('
returns
the current default target IDE. This default can be the target IDE set
previously, or the factory default. The factory default is
plctargetide
')'codesys23'
.
plccoderpref('
sets the default target IDE to the one that you specify in
plctargetide
', preference_value )preference_value
. This command sets the
preference_value
to persist as the default target
IDE for future MATLAB® sessions.
plccoderpref('
sets the default target IDE to the factory default target IDE
(plctargetide
',
'default')'codesys23'
).
plccoderpref('
returns a 1-by-1 structure of the installation paths of supported target
IDEs.plctargetidepaths
')
plccoderpref('
sets the contents of the 1-by-1 structure of the installation paths to the
default values. plctargetidepaths
','default')
plccoderpref('
displays the target IDEs that appear in the reduced Target
IDE list in the Simulink® Configuration Parameters dialog box. For more information, see
Target IDE and Show Full Target List.plctargetlist
')
plccoderpref('
sets the target IDEs that appear in the reduced Target IDE
list to the values that you specify in plctargetlist
',targetlist)targetlist
.
Examples
Input Arguments
Tips
Use the Simulink Configuration Parameters dialog box to change the installation path of a target IDE (Target IDE Path).
Version History
Introduced in R2010a