Questions on converting data, graphics, sound etc. from Mathematica into other file formats.
0
votes
0answers
28 views
Import/Export Cluster Object [duplicate]
I want to export and then import back in a cluster object from Agglomerate. After the import, the imported object does not behave as a cluster - for example, ClusterSplit does not recognize it as a ...
2
votes
0answers
66 views
Exporting plots
I want to export a plot which includes curve fitted to a multiple data set.
shortly ( I use autolegend function Here )
...
5
votes
1answer
89 views
Exporting twice crashes Mathematica on Ubuntu 12.04 with Unity
I'm trying to work out if it's a Mathematica, Ubuntu or setup specific bug. I've asked some colleagues to try it on other Linuxes.
This also crashes on OS X with Mathematica 8.0 and fails with 9.0, ...
3
votes
1answer
110 views
Exporting PDF file - incorrect graphic
I export graphics to PDF using:
Export["/path/figure.pdf", plotname]
It gives me more than enough quality for PDFLatex. But somehow, some exported plots have ...
5
votes
1answer
287 views
Why does this simple program leak memory?
I have a simple Mathematica program which writes some plots to image files for later conversion into a movie. Unfortunately, the program leaks so much memory that it quickly exhausts all 12G of RAM ...
4
votes
0answers
65 views
Export matrix to $\LaTeX$ with style
Is it possible to export a matrix to $\LaTeX$ with style?
For example this code will create a matrix with equal spacing matrix and with background colors in some cell, is it possible to export that ...
5
votes
2answers
118 views
How do I save my animation/manipulation in pdf?
Is it possible to presserve my animation and manipulation plots in the pdf?
-1
votes
0answers
57 views
Overwrite file on export (save as pdf) [closed]
Simple but annoying problem:
I want to export a notebook to pdf, update something, then export again.
I cannot overwrite the file and see the changes immediately.
The software asks if it is OK to ...
4
votes
3answers
107 views
How can write a list as a formatted string to a file
I have two lists:
{a, 1, b} and {b, 1.3, y}
My goal is to print them to file test.dat, so ...
2
votes
1answer
70 views
diff-able text-only notebooks?
I would like to save my Mathematica notebooks as plain-text documents, so that I can keep them under git version control.
I thought that ...
9
votes
1answer
166 views
Dynamic visualization of Graph[] on a webpage
How can we embed a dynamic version of a Graph object on a web page, similar to the one showcased on the networkx home page?
This sort of dynamic visualization can ...
-4
votes
1answer
97 views
Export plot to Excel
Very new to Mathematica. Used the code to solve for the response of a system of spring mass dampers but would like to export the data to Excel.
...
0
votes
0answers
28 views
Exporting large expression [duplicate]
I generated a huge mathematical expression (~200k terms, impossible to simplify yet) and want to save it for later analysis. Last time I did Export to *.nb file and ...
-3
votes
1answer
82 views
Export to CSV is very slow - can performance be improved?
I have to provide data exports from Mathematica to CSV format and it is very slow compared to other formats as can be seen in the following table:
JSON, 15 sec, 8.4 MB
TXT, 23 sec, 5.6 MB
XLSX, ...
2
votes
1answer
75 views
Export to mat file does not work
I use this command from the Mathematica documentation center
Export["1.mat", {"t" -> {{1,2,3}},"u" -> {{4,5,6}}}, "LabeledData"]
to save data as mat file ...
4
votes
1answer
180 views
How to export attributes or annotations to an HDF5 file?
I'm trying to export attributes and annotations to an HDF5 file. But the documentation here is horrible and there are no examples of this.
I spent some time playing, but I can't get it to work. Here ...
0
votes
1answer
100 views
How to export a plot into a file?
I am trying to save some graphics into a file, and it seems impossible.
...
7
votes
1answer
99 views
Exporting German Umlauts to PDF and importing them doesn't work - character encoding problem
I am using Mathematica 9.0.0.0 under German Windows 32bit. I am on trying to export and import German text to PDF and re-import it. It seems that there is a confusion about the character encoding. It ...
2
votes
1answer
75 views
Combining two notebooks
I have a notebook which contain all the variables and defined functions. I want to do two tasks. As an example, I want to find the density and energy which have equations in terms of above mentioned ...
1
vote
0answers
114 views
Exporting images leaves syntax artifacts [closed]
I'm exporting Images (using .Net MathLink) and finding syntax artifacts in:
Images:
RTF:
PDF:
I've tried a couple of things such as ...
2
votes
0answers
75 views
Exporting large numbers to a text file [duplicate]
I need to export large numbers to an ASCII text file, but as simple digits without powers of ten, e.g. I need to write 123456.789 to the file and not 1.23456789E10^5. It seems like such a simple ...
1
vote
2answers
67 views
Exporting arrays for storage [duplicate]
I have a set of arrays I would like to output to some file ArrayStorage.txt s.t. these arrays could be read-in to a separate notebook on a separate kernel. Is ...
1
vote
2answers
134 views
Running out of memory when filtering a large data set
My goal is to read list0.dat, filter the data with a function f, and then write the transformed data to ...
1
vote
1answer
63 views
Output Export in Mathematica
I have a command line that generates lists as output and is running in a loop, so generates, multiple long lists. Each list is to be exported as a .txt file. How can I automate the name generation of ...
2
votes
2answers
91 views
Is it possible to export a live CDF document to PDF in the browser?
I am creating a computable document format (CDF) to embed in an HTML page. I would like to have a button that can be clicked to create/save a PDF of the CDF fromt he browser. The idea is that a person ...
2
votes
1answer
46 views
Avoiding re-evaluation of RegionPlot3D on a second computer
After running a RegionPlot3D named "testplot" on my desktop, I followed an earlier suggestion from the forum and saved it using:
...
-4
votes
1answer
71 views
Exporting data from different notebooks to a common file
I am doing some calculations from different notebooks. I need to export the results from all those notebooks in columns of the same file, like
a1 b1 c1
a2 b2 c2
a3 b3 c3
. . .
where a, b ...
5
votes
2answers
273 views
Exporting a .xlsx file with about 500 columns
When I want to Export["text.xlsx", data] where data is a matrix with 500 columns and 10000 rows, I get the error message:
...
6
votes
1answer
78 views
How can I keep a plot's filled area from obstructing other lines when exported as EPS?
I am plotting several functions, some of which have fillings. After I combine all the functions together on a plot and export the plot to an EPS file, the fillings obstruct other lines. Exported PDF ...
1
vote
0answers
101 views
Transferring a list from one notebook to another
I have Mathematica code split into two notebooks. The first part is supposed to run and output a list of numbers into a text file, using Export. The second part ...
0
votes
0answers
81 views
How do I get a plot with a certain size? [duplicate]
I am currently creating a poster for a conference in Scribus. I have a given space on the poster for a plot that I want to create with Mathematica. I don't want to scale in in Scribus, as this would ...
5
votes
1answer
137 views
Font size in PDF export with legended plots not working
I need to export plots as PDF with a given image and font size. Everything is working fine if there is no legend for that plot. However, if I want to export legended plots, the font size is decreased ...
12
votes
1answer
190 views
High memory use while exporting a BMP
Something mysterious is going on when exporting images. I'm using Mathematica 9.0.1 on Windows 7 (64 bit), and find that the memory use is excessive when exporting to a bmp. But it doesn't happen ...
4
votes
3answers
147 views
Export Graph to PDF
I know that I exported Graphs to PDFs before but it doesn't seem to work any more.
I tried
K5 = GraphData[{"Complete", 5}]
Export["K5.PDF", K5]
And I get a PDF ...
2
votes
2answers
135 views
How can I control the number format of exported data?
I'm having issues while exporting a tables of numerical values to "*.dat" data files.
Here's the thing, sometimes when I export a table, I get more decimals on some random values. The problem is that ...
0
votes
2answers
188 views
Export plot data in Mathematica [duplicate]
How can I export data, which is plotted using something such as:
Plot[Γ[x]/(1.6*10^(-19)), {x, 0.1, 1.2}]
into a .txt file in Mathematica?
5
votes
1answer
267 views
Get the coordinates from ContourPlot and RegionPlot
How do I get the coordinates from a contour plot I've done in Mathematica? For example, I have a two-variable function f[x, y], for which I can make a contour plot:
...
2
votes
0answers
140 views
Problem displaying eps exported histograms in Word 2010
I am having problems displaying histograms exported as .eps in word 2010. I don't have problems though displaying them in a specialized .eps viewer. (Postsript viewer from Rampant logic) I am writing ...
1
vote
1answer
62 views
LogLinearPlot, extact data to a file, part 2
My question is based on the discussion that I started: Plot, extract data to a file
The method proposed works well for the Plot command, but what about ...
5
votes
1answer
216 views
Plot, extract data to a file
I need to save data that Mathematica uses inside the Plot command. The format that I would like to have is:
x1 y1
x2 y2
.....
...
2
votes
1answer
105 views
How to export/import function values [duplicate]
I have a function with two variables:
f[x_,y_]:=f[x,y] = ...
I calculated some values (they are fractions like 435345345/3424242424) and would like to store the ...
0
votes
1answer
85 views
Saving/exporting results from FindInstance and similar functions
I am dealing with a problem that requires the use of both FindInstance and FindRoot nested in a non-trivial way. The result is dependent on some parameter value $t \in [0,1)$, therefore I use
...
4
votes
2answers
159 views
Exporting interpolating functions to excel
I have a question about exporting an InterpolatingFunction to excel. I checked the forum, but I still couldn't completely understand how to solve my problem. Could someone help me with this problem?
...
3
votes
1answer
119 views
Exporting 2D graphics to DXF
I have a design that I've produced in Mathematica, consisting of two sets of Rectangle objects. The second set is a mirror image of the first and was produced with ...
2
votes
1answer
118 views
Export data from remote kernel onto a local machine
I can not access the directory on my remote kernel these days. Therefore, I want to export the output of the computations to my local machine.
Some details:
My remote kernel is on a Tyan TX46 with ...
2
votes
4answers
431 views
How to export data files using specific format
Very often, I have to export data files from Mathematica. These output files contain several columns and hundreds of lines with data. For the sake of the question let's create a sample list
...
6
votes
0answers
102 views
What are the known differences between Save and DumpSave, and how to account for them?
Edit: I changed the title and (slightly) the wording of this question in order to make it more easily answerable.
If I evaluate this in Mathematica 9:
...
6
votes
4answers
448 views
Obtaining better quality in ListPlot
I have a data file which can be downloaded from here.
In order to plot this, I use the following Mathematica code
...
4
votes
1answer
130 views
Exporting Mathematica expression as SVG
I was thinking it would be nice if I could export Mathematica expressions as svg, but I am having some issues. At first blush everything seems to work fine. This piece of code does produce a svg file:
...
5
votes
2answers
236 views
Interactive 3D plot in web browser?
Are there any ways to show a mathematica plot in a web browser so that the user can rotate it and such?
I am open to embedding it in a web page - or some other method such as porting it to a ...





