Borrar filtros
Borrar filtros

read vtu as input file

19 visualizaciones (últimos 30 días)
vaya putra
vaya putra el 25 de Jun. de 2019
first of all, i using VTU file as input file in MATLAB.
some input file succeeded to read. but i am wondering that i did not get any information from input file
because in DataAary only write as below
the input file (pressure and temperature) should fill in number not char
</PointData>
<CellData>
<DataArray type="Float64" Name="pressure" format="binary" RangeMin="50" RangeMax="80">
AQAAAACAAADIAAAAEwAAAA==eJxjYAABTwcGqtIhdKcBP1cOBw==
</DataArray>
<DataArray type="Float64" Name="temperature" format="binary" RangeMin="200" RangeMax="380">
AQAAAACAAADIAAAAFQAAAA==eJxjYACBTAeGgaAPlFONBgCFmxiO
</DataArray>
is there anyone face my problem?
i used
A = importdata(filename,delimiterIn,headerlinesIn);

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by