Scilab 5.5.2
- Ajuda do Scilab
- Dicas de Conversão de Matlab para Scilab
- Matlab-Scilab equivalents
- H
- hankel (Matlab function)
- help (Matlab function)
- helpbrowser (Matlab function)
- helpdesk (Matlab function)
- helpwin (Matlab function)
- hess (Matlab function)
- hold (Matlab function)
- home (Matlab function)
- horzcat (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
hold (Matlab function)
Hold current graph
Matlab/Scilab equivalent
Matlab | Scilab |
hold |
No equivalent |
Particular cases
There is no equivalent function for Matlab hold function in Scilab but it has equivalents:
- hold on
may be replaced by set(gca(),"auto_clear","off")
- hold off
may be replaced by set(gca(),"auto_clear","on")
- hold
can be emuled in Scilab by mtlb_hold
Report an issue | ||
<< hess (Matlab function) | H | home (Matlab function) >> |