You might want to use datetick(), or you might want to set() the XTick and XTickLabel properties
set(gca, 'XTick', [1 2 3 4 5], 'XTickLabel', {'1990','1994','1998','2002','2006'})
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!