Scilab 6.0.0
- Scilabヘルプ
- 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)
Scilabヘルプ >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > D > diary (Matlab function)
diary (Matlab function)
Save session to a file
Particular cases
When a filename is given to save environment, if this file exists, Scilab returns an error message while Matlab save environment at the end of existing file (append).
![]() | Note that diary on and diary toggle exist only in Matlab. |
The equivalent for Matlab diary off is diary(0) in Scilab.
Comments
Add a comment:
Please login to comment this page.