InSPIRE utility to read raw image allowing endian-ness in the argument line

This program reads 3D raw image. It allows endianness and shows mid-zdim coronal plane for checking
140 Downloads
Updated 25 Apr 2012

View License

Note the line:
fid = fopen(filename,'rb',endian);
%'b' = big-endian for X-machines, Little End in
%(little endian) for windows %(http://support.microsoft.com/kb/102025)
%it is the obscure fact that X programs
%like to store the big part of their
%number first in the memory.

Cite As

Rex Cheung (2024). InSPIRE utility to read raw image allowing endian-ness in the argument line (https://www.mathworks.com/matlabcentral/fileexchange/36371-inspire-utility-to-read-raw-image-allowing-endian-ness-in-the-argument-line), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Typographical error.

1.0.0.0