Azzera filtri
Azzera filtri

read vtu as input file

19 visualizzazioni (ultimi 30 giorni)
vaya putra
vaya putra il 25 Giu 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);

Risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by