Skip to content

Instantly share code, notes, and snippets.

@OwiseKyawMinOo
Created March 11, 2018 03:19
Show Gist options
  • Save OwiseKyawMinOo/3c706da70166f974968b21bd7d8d84e6 to your computer and use it in GitHub Desktop.
Save OwiseKyawMinOo/3c706da70166f974968b21bd7d8d84e6 to your computer and use it in GitHub Desktop.
% Project 7
% Owise Kyaw Min Oo]
x=2010:2017;
y=[2970 2900 2771 2500 2673 2534 2300 2022];
plot(x,y)
grid on
xlabel('Years')
ylabel('Students ')
title('TU Mawlamyine Students')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment