remove matlab tickmarks (but keep labels)
September 14th, 2009 by Lawrence David
to set the length of tickmarks to 0, try this command:
>> set(gca,’Ticklength’,[0 0])
September 14th, 2009 by Lawrence David
to set the length of tickmarks to 0, try this command:
>> set(gca,’Ticklength’,[0 0])