Filter löschen
Filter löschen

read vtu as input file

19 Ansichten (letzte 30 Tage)
vaya putra
vaya putra am 25 Jun. 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);

Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by