Delete files or graphics objects
When Matlab delete is used to delete a file, Scilab equivalent is mdelete.
When Matlab delete is used to delete a graphics object, Scilab equivalent is delete.
![]() | Note that Scilab delete can delete a set of graphics handles is its input is a matrix of such objects. |