help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: export variables to vtk or similar


From: John W. Eaton
Subject: Re: export variables to vtk or similar
Date: Sat, 28 Jun 2008 14:39:47 -0400

On 28-Jun-2008, Fabian Braennstroem wrote:

|     it seems that my last post did not arrive at the list...
| 
|     I got it working using the tecplot format writing the
|     variables each to one file, deleting the top lines
|     using 'sed', merge the files column-wise using 'paste'
|     and adding a simple head for the tecplot format. Worked
|     pretty nice, but is there a chance to write the
|     variables in columns at once and remove the comments!?

You can generate whatever format you like with fopen, fprintf, fclose,
etc.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]