Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- use strict;
- use warnings;
- use PDL;
- use PDL::Graphics::Gnuplot;
- my $x = sequence(101) - 50;
- gplot($x**2);
- sleep 5;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement