01.09.2013 Views

Using external libraries with MATLAB, MEX files

Using external libraries with MATLAB, MEX files

Using external libraries with MATLAB, MEX files

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Data Storage<br />

• All data is stored columnwise (Fortran convention)<br />

– Example:<br />

>> a=['house'; 'floor'; 'porch']<br />

a =<br />

house<br />

floor<br />

porch<br />

>> size(a)<br />

ans =<br />

3 5<br />

and its data is stored as: h f p o l o u o r s o c e r h

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

Saved successfully!

Ooh no, something went wrong!