Answers for "scilab show grid"

1

scilab show grid

//use : xgrid(style)
x=[0 : 0.1 : 2];
plot2d(sin(x))
xgrid()
Posted by: Guest on June-19-2021

Browse Popular Code Answers by Language