delete_param

Delete system parameter added via add_param command

Syntax

delete_param('sys','parameter1','parameter2',...)

Description

This command deletes parameters that were added to the system using the add_param command. The command displays an error message if a specified parameter was not added with the add_param command.

Examples

The following example

add_param('vdp','DemoName','VanDerPolEquation','EquationOrder','2')
delete_param('vdp','DemoName')

adds the parameters DemoName and EquationOrder to the vdp system, then deletes DemoName from the system.

See Also

Introduced before R2006a