Hold current graph
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 :