Discussion Overview
The discussion revolves around exporting data from Mathematica's NDSolve function to Excel for graphing purposes. Participants share methods and experiences related to exporting numerical data, particularly from solutions of partial differential equations (PDEs), and discuss the merits of different approaches.
Discussion Character
- Technical explanation
- Exploratory
- Debate/contested
Main Points Raised
- One participant seeks guidance on exporting data from NDSolve to Excel, specifically wanting to create columns for x and y variables.
- Another participant suggests a method involving pasting data into a text file, removing braces, and importing it as comma-separated values, while also recommending learning Mathematica's plotting features.
- A different participant provides a detailed example of exporting data for one y value, including code snippets for generating x and y values and writing them to a text file, while noting potential formatting issues with large numbers.
- Another contributor recommends using Mathematica's Export function for saving plots in various formats, emphasizing its simplicity.
- One participant expresses a preference for using gnuplot and pstricks for high-quality output in publications, suggesting that they find these tools better for controlling plot aesthetics compared to Mathematica.
Areas of Agreement / Disagreement
Participants present multiple methods for exporting data, with no consensus on the best approach. Some advocate for using Mathematica's built-in features, while others prefer alternative tools for plotting and exporting.
Contextual Notes
Participants mention potential issues with formatting when exporting large numbers and the varying quality of output between Mathematica and other plotting tools. There is also a suggestion to explore different coding techniques as one gains experience with Mathematica.
Who May Find This Useful
This discussion may be useful for Mathematica users, particularly novices, who are looking to export data for use in Excel or other plotting software, as well as those interested in comparing different plotting and exporting methods.