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 > dos (Matlab function)
dos (Matlab function)
Execute a UNIX command and return result
Matlab/Scilab equivalent
Matlab | Scilab |
dos |
Particular cases
Output values order is inversed in Scilab and in Matlab.
In Scilab use disp to emulate Matlab -echo option.
Examples
Matlab | Scilab |
[status,result] = dos(...) |
[result,status] = unix_g(...) |
Comments
Add a comment:
Please login to comment this page.