Scilab 6.0.0
- Ajuda do Scilab
- Dicas de Conversão de Matlab para Scilab
- Matlab-Scilab equivalents
- D
- date (Matlab function)
- dec2bin (Matlab function)
- dec2hex (Matlab function)
- delete (Matlab function)
- det (Matlab function)
- diag (Matlab function)
- diary (Matlab function)
- diff (Matlab function)
- dir (Matlab function)
- disp (Matlab function)
- display (Matlab function)
- doc (Matlab function)
- docopt (Matlab function)
- dos (Matlab function)
- double (Matlab function)
- drawnow (Matlab function)
Ajuda do Scilab >> Dicas de Conversão de Matlab para Scilab > Matlab-Scilab equivalents > D > delete (Matlab function)
delete (Matlab function)
Delete files or graphics objects
Particular cases
- Files
When Matlab delete is used to delete a file, Scilab equivalent is mdelete.
- Graphics objects
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.
Comments
Add a comment:
Please login to comment this page.