help-octave
[Top][All Lists]
Advanced

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

export variables to vtk or similar


From: Fabian Braennstroem
Subject: export variables to vtk or similar
Date: Fri, 27 Jun 2008 18:40:11 +0200
User-agent: slrn/0.9.8.1pl1 (Debian)

Hi,

    I would like to export variables in a mat file to some
    other format like vtk, silo or ensight.

    The structure of the mat file looks like this:

    vx          vz          y mg          vy          x           z

   Where vx, vz, vy and mg are scalars and x,z,y are the corresponding 
positions.
   All variables have the same structure:

octave:3> size(vx)
ans =

    61   256    60

octave:4> size(x)
ans =

    61   256    60


Does anyone have an idea, how to export these 3D data to some common cfd 
format? Would be nice, if someone has an idea :-)


Greetings!
 Fabian



reply via email to

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