 
 
 
 
 
 
Output for C Files
- To: mathgroup at smc.vnet.net
- Subject: [mg39374] Output for C Files
- From: "Jochen Raedler" <jochen at ez-dsp.com>
- Date: Thu, 13 Feb 2003 04:52:40 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all,
I've got a question to Mathematicas' functions/possibilities to export data
to files.
I want to create in Mathematica different Vectors (=tables) and Matrixes and
I also want to do some calculations with them in Mathematica.
At the end, I want to export the data (the inputs and results) into a file
to access them in C. It's to test my C routines.
How can I do this? I don't want to write into textfiles and use the C
functions like fscanf,... Are there other ways?
Such like I write from Mathematica to a file:
float any_name[] = { data separated with comma..};
Has anyone an idea?
TIA,
Jochen

