Code covered by the BSD License
-
ffablankheader()
-
ffahdr2precision( header );
-
ffaopen(filename, permission)...
-
ffaread(filename, offsetFlag)
function [data, header, count] = ffaread(filename, offsetFlag);
-
ffareaddata(fid, header, offs...
-
ffareadsubset(fid, header, po...
-
ffawrite( filename, header, d...
-
ffawritesubset( filename, hea...
-
contents.m
-
ffaWriteExample.m
-
View all files
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