28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

hdfread<br />

2-1048<br />

Importing Fields from a Vdata Set<br />

This example retrieves information from example.hdf first, and then reads two<br />

fields of the data, Idx and Temp.<br />

info = hdfinfo('example.hdf');<br />

data = hdfread(info.Vdata,...<br />

'Fields',{'Idx','Temp'})<br />

data =<br />

[1x10 int16]<br />

[1x10 int16]<br />

index = data{1,1};<br />

temp = data{2,1};<br />

See Also hdfinfo, hdf<br />

temp(1:6)<br />

ans =<br />

0 12 3 5 10 -1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!