rload

Load multiple data files in one go.
3K Downloads
Updated 11 May 1998

No License

RLOAD: Regular expression LOAD

Load multiple data files in one go. The files are specified in the form of a regular expression.

Example:
Assuming the current dir holds the files a1.dat, a2.dat and a3.dat

rload a[1-3].dat

will load all of them at once.

NOTE:
1. A valid regexp is determined by the underlying shell(in UNIX).
2. RLOAD works only under UNIX, atleast for now.

RLOAD was tested using MATLAB 5.1 and higher on AIX 4.2. I expect it to work on any UNIX system, since the only requirement for RLOAD is the 'ls' command.

Cite As

Srinivasa Valiveti (2024). rload (https://www.mathworks.com/matlabcentral/fileexchange/336-rload), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

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