Created
January 6, 2018 00:22
-
-
Save tonkatsu7/59a0d7e18a1d12fecf5d7ae7953421cc to your computer and use it in GitHub Desktop.
Plot simple function in Matlab/Octave
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
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