Grid lines for two- and three-dimensional plots
Matlab | Scilab |
grid on grid off grid(target, 'on') grid(target, 'off') |
There is no minor grid in Scilab.
There is no equivalent function for Matlab grid function in Scilab but it has equivalents:
can be emulated in Scilab by mtlb_hold but all grids are toggled
can be emulated in Scilab by mtlb_hold
can be emulated in Scilab by mtlb_hold but all grids are toggled
can be emulated in Scilab by mtlb_hold(axes_handle)