image thumbnail
from Read and write ffA volume formats by Stephen Purves
Users can easily move 3D volume data between Matlab and ffA's SVI Pro / SEA 3D Pro

contents.m
%
%   "ffatools" - m file functions for volumetric data i/o, using .ffa
%   format data files.
%
%
%   ffaread.m           - Read a whole ffa format file.
%   ffawrite.m          - Write a matrix as an ffa format file.
%   ffaopen.m           - Open an ffa format file.
%   ffareaddata.m       - Read the data section of an ffa format file.
%   ffareadsubset.m     - Read a subset of data from an ffa format file.
%   ffablankheader.m    - Create a blank ffa header structure.
%   ffahdr2precision.m  - Create a matlab fwrite friendly precision string.
%
%   ffaWriteExample.m   - example of writing out a matrix from scratch.
%

Contact us at files@mathworks.com