Why does the ImportData example on page 24 of the Experimental Data Analyst manual only return what I typed in?
 Mathematica 3.0 handles escaped end-of-line characters differently from Mathematica 2.2. The Experimental Data Analyst contains several of these end-of-line characters that work fine under 2.2 but are incompatible with 3.0. The presence of these characters interferes with the loading of the EDA`ImportExport` package that contains the definitions for ImportData. A Mathematica 3.0 compatible can be obtained from the following URL. http://support.wolfram.com/archive/applicationpacks/files/Master.m First, rename the current Experimental Data Analyst file (to , for example). Then download the above file and place it in the main Experimental Data Analyst directory. When this new file is in place, you should be able to use the ImportData function after evaluating the following command. In[1]:= |  |
Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|