Created
April 17, 2022 23:12
-
-
Save achrafsoltani/e324ab103c222ce334419c3e9586eb27 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
% Explanatory Variable | |
X2 = [1;1;2;3;3]; | |
% Response Variable | |
Y2 = [0.5;1.5;2;1.5;3]; | |
plot(X2, Y2, 'rx', 'linewidth',2); | |
axis([0 5 0 5]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment