Scilab 6.0.0
- Справка Scilab
- Matlab to Scilab Conversion Tips
- 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)
Справка Scilab >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > H > hold (Matlab 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 emulated in Scilab by mtlb_hold
Comments
Add a comment:
Please login to comment this page.