23.06.2015 Views

MATLAB Programming

MATLAB Programming

MATLAB Programming

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

7 Working with Scientific Data Formats<br />

To read any of the extensions in the file, you must specify the name of the<br />

extension as an optional parameter. This example reads the BinaryTable<br />

extension from the FITS file:<br />

bindata = fitsread('tst0012.fits','bintable');<br />

Note To read the BinaryTable extension using fitsread, you must specify<br />

the parameter 'bintable'. Similarly, to read the AsciiTable extension,<br />

you must specify the parameter 'table'. Seethefitsread reference page<br />

for more information.<br />

7-10

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

Saved successfully!

Ooh no, something went wrong!