Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.math.mathematica

Topic: Sharing numerical data along with a Mathematica notebook
Replies: 4   Last Post: Apr 17, 2011 7:13 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
Andrew DeYoung

Posts: 12
Registered: 8/3/10
Sharing numerical data along with a Mathematica notebook
Posted: Apr 16, 2011 6:43 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

Hi,

I use Mathematica a lot to manipulate large lists of numerical data
(rather than another system, because I find Mathematica's plot options much
easier to understand and use). Often, I like to share my Mathematica
plots (including the raw data) with others. I typically send the raw
data (such as an Excel file or CSV file) and the Mathematica notebook
with the import commands and the plotted data. However, this can be a
little complicated, because then my collaborators have to either make
sure to put the Excel file in the same directory as the Mathematica
notebook when they detach it from my email, or I have to put a command
like:

fileName=SystemDialogInput["FileOpen"]
Import[fileName]

which allows the user to use the Windows interface to select where on
their hard drives the Excel file is. The slight problem with this is
that the user cannot then simply re-execute the entire notebook (to
update the plot after changing their parameters) without again using
the Windows interface to set fileName every time.

Of course, another option is to include the raw data in the same
Mathematica notebook, but this can lead to large and cluttered
notebooks.

My question is, is there any better way that I can saving my numerical
data and sharing it with collaborators?

Thank you,

Andrew DeYoung
Carnegie Mellon University




Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.