Tape Toolbox

Read, write, and manipulate tape drives from MATLAB under Windows.
1.1K Downloads
Updated 20 Mar 2003

View License

Tape_Toolbox contains various routines to read, write, and manipulate tape drives from MATLAB under Windows. The enclosed executables were compiled with the Absoft compiler under Windows 2000 and have been used successfully with Matlab 6.0 and 6.1. I would expect them to work under Windows NT, and I welcome feedback about other versions of Windows.

IMPORTANT NOTE: For these routines to work under Windows 2000, you must turn off Removable Storage Manager. Right click My Computer > Manage > Services and Applications > Services > Removable Storage.

Basic tape I/O is accomplished with topen.m, tclose.m, tread.m, twrite.m, trewind.m, and tskip.m. rew.m and skip.m, which call these routines, are convenient for tape positioning from the command line.

Comments and suggestions are welcome.

Tim Scoggins
Applied Research Laboratories
The University of Texas at Austin
5/20/2002

Cite As

Timothy Scoggins (2024). Tape Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/1711-tape-toolbox), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12.1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Java Package Integration in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

twrite.m called twrite instead of mtwrite.