Skip to content

Instantly share code, notes, and snippets.

@achrafsoltani
Created April 17, 2022 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achrafsoltani/e324ab103c222ce334419c3e9586eb27 to your computer and use it in GitHub Desktop.
Save achrafsoltani/e324ab103c222ce334419c3e9586eb27 to your computer and use it in GitHub Desktop.
% 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