Scilab 6.0.1
- Scilab Help
- Matlab to Scilab Conversion Tips
- 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)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this 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.
Report an issue | ||
<< dec2hex (Matlab function) | D | det (Matlab function) >> |