Tape Toolbox

Read, write, and manipulate tape drives from MATLAB under Windows.
1,1K download
Aggiornato 20 mar 2003

Visualizza la licenza

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

Cita come

Timothy Scoggins (2025). Tape Toolbox (https://it.mathworks.com/matlabcentral/fileexchange/1711-tape-toolbox), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12.1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Java Package Integration in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

twrite.m called twrite instead of mtwrite.