read vtu as input file

27 views (last 30 days)
vaya putra
vaya putra on 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);

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!