Skip to content

Instantly share code, notes, and snippets.

@sinc
Created January 29, 2014 16:44
Show Gist options
  • Save sinc/8691952 to your computer and use it in GitHub Desktop.
Save sinc/8691952 to your computer and use it in GitHub Desktop.
Exporting Maple plots
plot(sin,0..2*Pi);
plottools:-getdata(%);
M:=%[-1];
ExportMatrix("E:/MapleDiverse/MaplePrimes/test.dat",M);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment