Questions on converting data, graphics, sound etc. from Mathematica into other file formats.
1
vote
1answer
146 views
Export image data precision
I'm sure there is a very easy way to control this, but I have been searching for an hour now without luck.
I plot a function and export it to get a table that I can use in TikZ.
...
2
votes
0answers
264 views
Automatically sending to Print (using CutePDF Writer)
I use CutePDF for creating PDF output, but this requires manually selecting Print (Ctrl+P), with CutePDF Writer as the printer, and pressing OK. Can this be automated?
2
votes
2answers
177 views
Export grayscale png
The help for the Export function is absolutely unclear. How can I specify options for my output format?
According to the documentation, PNG supports grayscale ...
6
votes
2answers
296 views
How can I convert a formatted text cell to latex code?
I have a formatted text cell, I want to export it as latex. How can I do that?
Since copy as LaTeX doesn't work, I thought of pasting it into a string and exporting, but it's a no go:
...
9
votes
2answers
285 views
Automatizing PSfrag export
I'm in the early phase of creating a Mathematica function (or package) that exports graphics such that they can be used with $\LaTeX$'s PSfrag.
The goal
Ideally, the function should take a graphic ...
0
votes
0answers
208 views
Graphic is red when copied from Mathematica and pasted into Word [closed]
I'm having a hard time copying my graphic (a plot) from Mathematica into a Word document. Every time I copy and paste a graphic, it appears all red. And when I save it as a JPG, it still makes it all ...
5
votes
1answer
139 views
Exported graphics texture to eps is too dark
Why is the exported graphics eps file so dark? It looks much lighter (and better) as the Mathematica output appearing the notebook.
After running
...
7
votes
1answer
77 views
Exporting Graphics3D is not complete
When I export the result defined as the variable pot1 to pdf, the lower contour plot isn't showing. How do I fix this?
...
3
votes
1answer
231 views
How do I cut down on file size of exported eps without losing quality?
I need to import the following to eps so that I can put it into my TeX file. The problem is two-fold: the exported file looks terrible (unlike the Mathematica output), and secondly, the file size is ...
7
votes
2answers
248 views
Rasterizing a plot make axes ticks invisible
I've evaluated this code:
plot = Plot[x, {x, 0, 10}];
g = Rasterize[plot, ImageResolution -> 300];
Everything looks good except the ticks (on the axes); they ...
6
votes
2answers
177 views
Exporting BarChart3D as PDF produces artefacts
So I think the following image already shows the problem, similar to Avoiding white lines inside filled area in RegionPlot exported as PDF or PS the pdf export of the chart creates thin lines in the ...
5
votes
1answer
362 views
Exporting data from Excel into Mathematica using clipboard
I know that it's possible to import Excel data into Mathematica using the Import command, as we can see in this post. But some times, I need just to do some fast ...
0
votes
2answers
120 views
Exporting lists with two extensions to files
Continuation of this question: How to export if I need to have two extensions instead of one. E.g., in the previous case one can generate lists labeled L[1], L[2],.....and so on using a loop. But if I ...
2
votes
1answer
198 views
exporting eps figures maintaining the same size
I need to export some (2D) graphs from mathematica in eps format (only, unfortunately). The graphs are of similar nature (plotted from our different functions), and I have used the ...
5
votes
2answers
135 views
How do I Export through a standard system file save dialog activated by a Button?
As near as I can tell, Export cannot be configured through arguments or options, to present a standard system file save dialog to the user, so that he can specify a ...
9
votes
1answer
291 views
Send HTML tables with SendMail
I'm trying to send some HTML table using Mathematica SendMail function. To do it I wrote this function:
...
6
votes
1answer
199 views
Export an image as a double precision TIFF
I would like to save an image as a double precision TIFF image. I have looked and tried many things but no luck. I have been able to import a double precision TIFF from IDL and found that the data was ...
11
votes
1answer
2k views
Is it possible to export the equations from Mathematica to MATLAB?
Is it possible to export the output expressions from Mathematica computations (e.g., equations) in valid MATLAB syntax?
3
votes
1answer
229 views
How to export multiple Barcharts from Mathematica to $\LaTeX$
I have to make a document with multiple bar charts and export it:
...
5
votes
1answer
129 views
How can I restore context menu functionality to a Manipulate that contains Locators?
Before adding a Locator to a Manipulate, I can easily print or export the result using a context menu:
But after adding a ...
6
votes
1answer
256 views
How to eliminate the backward play in Export of Manipulate?
I find that the Export of Manipuate contains backforward play, see a simplified example:
...
8
votes
1answer
174 views
Syntax Highlighting for Mathematica on a Blog
Every once in a while I want to paste Mathematica code on my blog. When I do, I would like it to be somewhat readable, and it would be nice to have syntax highlighting. So far all my searches have ...
1
vote
0answers
104 views
How to export a range of cells into Mathematica in a for loop?
I am trying to export a range of cells in a column using:
Import["BCD.xls", {"Sheets", "HazardRate", {15, 16, 17, 18, 19}, 3} ]
which works fine as data is what ...
2
votes
1answer
351 views
How to export data from excel specific cells into mathematica?
How to export data from excel specific cells into Mathematica? Given that the spreadsheet tab is named XYZ and that I have several cells at various locations in the same column in Excel that I want to ...
6
votes
0answers
193 views
Export data to Excel with adjusted column size
I'm trying to export some data with formats into Excel. It works ok, but the columns size get not properly adjusted. I don't want to use some complicated solution based on this example.
In my tests, ...
1
vote
0answers
63 views
Exporting CellFrameLabels to HTML
I have a notebook that has several cells with CellFrameLabels and I'd like to export the notebook to HTML. However, the CellFrameLabels are lost during export.
Here's an example of what I'm working ...
6
votes
0answers
104 views
Is there a way to convert mathematica code to OpenMP or OpenACC?
I see that Mathematica has limited support for things like OpenCL and CUDA, but what about other standards like OpenMP or OpenACC?
4
votes
1answer
251 views
Exporting Cyrillics in PDF on Linux
I'm using Mathematica from Ubuntu. I need a normal font to display cyrillics inside PDFs. Any default font is very ugly, letters are too close together:
...
5
votes
1answer
482 views
Combine multiple PDF files into one document
I have multiple single page PDFs I'd like to join together into a single file. (Obviously I mean the file format and not the probability distributions here!)
I'm aware of free online services such as ...
6
votes
1answer
237 views
How can I use “Save as (html)” and still render code as text?
I use notebook "Save as ... (html)" to convert my .nb to web. Formulas and plots get converted to images, which is fine. But code (input cells) get converted too into images. I would like people to be ...
2
votes
1answer
101 views
Mathematica document not retaining margins from stylesheet when printing?
In the process of creating my resume in Mathematica, I needed to adjust the margins of the default stylesheet so that section headers would take up less whitespace. After modifying the stylesheet ...
1
vote
1answer
214 views
6
votes
0answers
366 views
12
votes
1answer
175 views
Easy way to export Graphics3D as triangles with VertexNormals?
I would like to export an arbitrary Graphics3D object as a text file containing:
list of vertices
vertex normals
triangle faces
...
7
votes
0answers
309 views
How can I export aligned equations to $\LaTeX$?
Using Palettes -> Writing Assistant -> Math Cells, you can enter aligned equations such as:
...
1
vote
2answers
149 views
Saving graphics object in order to manipulate it later?
I've generated a bunch of graphics using ContourPlot wich, given the nature of my problem, take a long time to create, and I was wondering if there is a way to save ...
-1
votes
1answer
210 views
How to export a 16 or 32 bit TIFF file
I have a function that creates a monochrome grayscale image that must be export as a 16-bit and 32-bit TIFF file. The Mathematica documentation mentions that these bit depths are supported during ...
3
votes
1answer
187 views
PDF exports of ArrayPlot's are fuzzy (OS X)
[The following problem occurs on OS X; I don't know if it also occurs with other OS's.]
If I produce a Graphics object with ...
2
votes
3answers
206 views
Exporting to quicktime in linux version?
In MMA (8.0.0/Linux), I tried to to create an animation using the command
Export["s4s5mov.mov", listOfFigures]
and got the output
Doing a little research, one ...
2
votes
0answers
132 views
how do you fix an axis in place for a movie?
I have a series of txyz coordinates, which I am plotting in space to create a movie of the objects' time evolution. With something along the lines of (simplified):
...
0
votes
1answer
246 views
Degree Symbol missing in PolarPlot when exported to PDF
I am trying to produce a polar plot. The axis should be in degrees. While no error occurs, the pdf export isn't working properly. Instead of the degree symbol I get ...
1
vote
2answers
239 views
export data points from differential equation system?
I am solving a dynamical three equation system. Besides plotting the individual effects for each of the state variables in an array and in a tridimensional graph, I would like to export the data ...
0
votes
0answers
70 views
Making Mathematica graphics exported as PDF “usable” performance wise [duplicate]
Possible Duplicate:
Exporting graphics to PDF - huge file
Saner alternative to ContourPlot fill
How can all those tiny polygons generated by RegionPlot be joined into a single FilledCurve?
...
7
votes
2answers
191 views
How to write a UTF-8 file?
s = OpenWrite[ofile, CharacterEncoding -> "UTF8"]
Export[s, "∂f/∂t"]
Close[s]
did not successfully write ∂ into the file. ...
1
vote
4answers
602 views
How to export data from For loop in text file?
I'm new in Mathematica and I am trying to write numbers from 1 to 10 in txt file. But "Null" is everything that is written in my file. The code is:
...
8
votes
1answer
313 views
Automating FTP upload within Mathematica?
I have MMA-generated html and would like to automate uploading to a named directory to a web host via SFTP or HTTP POST, ideally without creating local temp files. The closest question I could find on ...
3
votes
2answers
224 views
Precision of number not maintained when saved via Export
Assume that the output of my calculation is a and is a number such as:
a = 100.1252135246354847;
...
4
votes
1answer
145 views
Where can I find a list of functions, specifically views, that can be translated to a C standalone executable?
I want to create a standalone mathematica executable. I would like to have some view capabilities like CreateDialog or TabView or those kinds of things. I would like my users to have an interface to ...
2
votes
2answers
321 views
Interpreting the interpolating function and saving data to plot with external program
So far I have been solving non-linear pdes with NDSolve and then plotting the result with the in-built Plot3D and ...
3
votes
2answers
265 views
Is there possibility of exporting mathematica code directly into Latex?
I'm novice very user of Mathematica - is there possibility of exporting mathematica code directly into Latex - I'm interested only in exporting mathematical formulas ? And from which version of ...

