Allows you to read, write, and get information about Biorad PIC image files. The function can be used by themselves or incorporated into the image formats accessible with imread, imwrite, and imfinfo using:
imformats([imformats struct('ext', {'pic'}, 'isa', @ispic, 'info', @impicinfo, 'read',@readbmp, 'write', @writebmp, 'alpha', 0, 'description', 'Biorad Image File (PIC)')]);
Cite As
Phil Larimer (2025). ReadPIC (https://www.mathworks.com/matlabcentral/fileexchange/19423-readpic), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Data Import and Analysis in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |