ticksY — Y ticks property
property/value pair
Allows to remove or activate the Y ticks
plot(1:10,sin(1:10),'ticksY','off'); plot(1:10,sin(1:10),'ticksY','on');