Grid lines for two- and three-dimensional plots
There is no minor grid in Scilab.
There is no equivalent function for Matlab grid function in Scilab but it has equivalents:
may be replaced by gca().grid=[1 1 1]
may be replaced by gca().grid=-[1 1 1]
can be emulated in Scilab by mtlb_hold but all grids are toggled
can be emulated in Scilab by mtlb_hold
may be replaced by axes_handle.grid=[1 1 1]
may be replaced by axes_handle.grid=-[1 1 1]
can be emulated in Scilab by mtlb_hold but all grids are toggled
can be emulated in Scilab by mtlb_hold(axes_handle)