Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created January 6, 2018 00:22
Show Gist options
  • Save tonkatsu7/59a0d7e18a1d12fecf5d7ae7953421cc to your computer and use it in GitHub Desktop.
Save tonkatsu7/59a0d7e18a1d12fecf5d7ae7953421cc to your computer and use it in GitHub Desktop.
Plot simple function in Matlab/Octave
n = 46:1:200;
plot(n, log(n.^2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment