Created
March 11, 2018 03:19
-
-
Save OwiseKyawMinOo/3c706da70166f974968b21bd7d8d84e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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